Sandbox - Citation and Blockquote style

Pure HTML
<div class="z-container">
<div class="letter">
<div class="text-center"><i class="fas fa-quote-right"></i>
</div>
<p>
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
</p>
<div class="author">~ Joanne K. Rowling
</div>
</div>
</div>
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
Full parameters
{{< letter quote="yes" author="~ Joanne K. Rowling" >}}
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
{{< /letter >}}
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
Without quote
{{< letter author="~ Joanne K. Rowling" >}}
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
{{< /letter >}}
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
Without Autor
{{< letter >}}
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
{{< /letter >}}
"Postavit se našim nepřátelům chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
Wth markdown
{{< letter author="~ Joanne K. Rowling" >}}
### Dear Friends
"Postavit se našim ```nepřátelům``` chce velkou [odvahu](/#), ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
{{< /letter >}}
Dear Friends
"Postavit se našim nepřátelům
chce velkou odvahu, ale ještě větší odvahu potřebujeme k tomu, abychom se postavili našim přátelům."
.Page.Params ::
Key | Type | Value |
---|---|---|
audio | []string | "" |
author | string | "RaMa" |
categories | []string | "Hugo" |
custom_css | []string | "" |
custom_js | []string | "" |
date | time.Time | 2018-01-01 00:01:03 +2358 +2358 |
description | string | "Hugo Citation and Blockqoute style" |
draft | bool | false |
hashtags | []string | "Hugo" "HugoSandbox" "HugoTabs" |
images | []string | "/img/post/posts/0000-08/quotation-marks-poster.webp" |
img-small | string | "/img/post/posts/0000-08/quotation-marks-480x270.webp" |
iscjklanguage | bool | false |
keywords | []string | "linux" |
kopie | bool | false |
lastmod | time.Time | 2018-01-01 00:01:03 +2358 +2358 |
linktitle | string | "" |
news_keywords | []string | "hugo" |
publishdate | time.Time | 2018-01-01 00:01:03 +2358 +2358 |
series | []string | "" |
source_web | []string | "" |
summary | string | "I created letter shortcode in hugo static site generator. Shortcode make a html block with look like letter or Quotation." |
tags | []string | "hugo" |
thumbnail | string | "/img/post/posts/0000-08/quotation-marks-poster.webp" |
title | string | "Sandbox - Citation and Blockquote style" |
type | string | "post" |
url | string | "" |
videos | []string | "" |
.Site/site ::
&page.siteWrapper{s:(*hugolib.Site)(0xc0008e5ce0)} (type:*page.siteWrapper) |