From 8cc5ac0e831f9c34ec1352bdfa1c0f505c4cac33 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 15:50:43 +0200 Subject: feat: create Quote article type template --- .../layouts/partials/article-types/quote.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 themes/danix-xyz-hacker/layouts/partials/article-types/quote.html 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 }} -- cgit v1.2.3