forked from mirrors/hugo-tufte
6 lines
188 B
HTML
6 lines
188 B
HTML
<blockquote cite="{{ .Get "cite" }}">
|
|
<p>
|
|
{{ .Inner | markdownify }}
|
|
</p>
|
|
<footer>{{ .Get "footer" }}{{ with .Get "cite" }}, <cite>{{ . }}</cite>{{ end }}</footer>
|
|
</blockquote>
|