mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +08:00
19 lines
592 B
HTML
19 lines
592 B
HTML
<blockquote>
|
|
<p style="text-align:center">{{ .Inner }}</p>
|
|
{{- if or (.Get "author") (.Get "source") -}}
|
|
<footer style="text-align:right">
|
|
——
|
|
{{- if .Get "author" -}}
|
|
<span>
|
|
<strong>
|
|
{{- .Get "author" -}}
|
|
</strong>
|
|
</span>
|
|
{{- end -}}
|
|
{{- with .Get "url" -}}<a href="{{ . }}">{{- end -}}
|
|
<cite>{{ .Get "source" }}</cite>
|
|
{{- if .Get "url" -}}</a>{{- end -}}
|
|
</span>
|
|
</footer>
|
|
{{- end -}}
|
|
</blockquote> |