From: Danilo M. Date: Wed, 15 Apr 2026 13:50:43 +0000 (+0200) Subject: feat: create Quote article type template X-Git-Tag: release_22042026-1342~265 X-Git-Url: https://git.danix.xyz/?a=commitdiff_plain;h=8cc5ac0e831f9c34ec1352bdfa1c0f505c4cac33;p=danix.xyz-2.git feat: create Quote article type template --- diff --git a/themes/danix-xyz-hacker/layouts/partials/article-types/quote.html b/themes/danix-xyz-hacker/layouts/partials/article-types/quote.html new file mode 100644 index 0000000..3df7327 --- /dev/null +++ b/themes/danix-xyz-hacker/layouts/partials/article-types/quote.html @@ -0,0 +1,15 @@ +
+ "{{ .Params.quote_text }}" +
+ +{{ if .Params.quote_author }} +
+ — {{ .Params.quote_author }} +
+{{ end }} + +{{ if .Content }} +
+ {{ .Content }} +
+{{ end }}