]> danix's work - danix2-hugo-theme.git/commit
feat: add quote shortcode template
authorDanilo M. <redacted>
Sun, 5 Apr 2026 07:27:39 +0000 (09:27 +0200)
committerDanilo M. <redacted>
Sun, 5 Apr 2026 07:27:39 +0000 (09:27 +0200)
commitc76fa272cdde2f986cddd39b8bfe937aab497af4
tree911767394dc3bc26f579a7c4ab60227563087128
parent627b110437ccd089bc3d9a5160ec41569f114e82
feat: add quote shortcode template

Ported quote shortcode from previous theme. Allows embedding styled blockquotes with optional source attribution and links.

Usage: {{< quote source="Author Name" src="https://example.com" >}}Quote text{{< /quote >}}

Co-Authored-By: Claude Haiku 4.5 <redacted>
layouts/shortcodes/quote.html [new file with mode: 0644]