diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-28 00:46:17 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-11-28 00:46:17 +0300 |
commit | 54375572e11d23dacb20c5742d171af3072d7b9c (patch) | |
tree | a190e43087c520846658f7d68cc3bb263427a254 /themes/neonxp/layouts/shortcodes/quote.html | |
parent | 8b78390987476352a6459460e00d5c4cdc0717c2 (diff) |
Серьезная реновация
Diffstat (limited to 'themes/neonxp/layouts/shortcodes/quote.html')
-rw-r--r-- | themes/neonxp/layouts/shortcodes/quote.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/neonxp/layouts/shortcodes/quote.html b/themes/neonxp/layouts/shortcodes/quote.html deleted file mode 100644 index 09bb07c..0000000 --- a/themes/neonxp/layouts/shortcodes/quote.html +++ /dev/null @@ -1,15 +0,0 @@ -<blockquote> - <p>{{ .Inner | markdownify }}</p> - {{- if or (.Get "author") (.Get "source") -}} - <span class="cite"><span>― </span> - {{- if .Get "author" -}} - <span> - {{- .Get "author" -}}{{- if .Get "source" -}}, {{ end -}} - </span> - {{- end -}} - {{- with .Get "url" -}}<a href="{{ . }}">{{- end -}} - <cite>{{ .Get "source" }}</cite> - {{- if .Get "url" -}}</a>{{- end -}} - </span> - {{- end -}} -</blockquote>
\ No newline at end of file |