summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/quote.html
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)Danilo M.1-18/+14
2026-04-05feat: add quote shortcode templateDanilo M.1-0/+19
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 <noreply@anthropic.com>