summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/gravatar.html
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)Danilo M.1-51/+16
2026-04-05feat: add gravatar shortcode templateDanilo M.1-0/+52
Ported gravatar shortcode from previous theme. Allows embedding Gravatar images with customizable size, link, and caption. Usage: {{< gravatar mail="email@example.com" size=150 link="https://example.com" caption="Profile photo" >}} Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>