]> danix's work - danix.xyz-2.git/commit
Fix shortcode location: move from shortcodes/ to layouts/shortcodes/
authorDanilo M. <redacted>
Wed, 15 Apr 2026 14:38:12 +0000 (16:38 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 14:38:12 +0000 (16:38 +0200)
commit231d29bf26820ca058dec57c06345943ca6dbbf2
treeb60f6e4afd1bf88bcfeb02b6d28f00cc1806ccc9
parent46065a5077f113ab772e3a46f83748efe5f81caf
Fix shortcode location: move from shortcodes/ to layouts/shortcodes/

Hugo v0.156.0+ requires shortcodes to be in layouts/shortcodes/ directory.
Moved all shortcodes (gravatar, image, gallery, contact-form) to correct location.

Co-Authored-By: Claude Haiku 4.5 <redacted>
12 files changed:
.claude/settings.local.json
CLAUDE.md
HANDOFF.md
content/en/_index.md
content/en/is/_index.md [new file with mode: 0644]
content/it/_index.md
hugo.toml
themes/danix-xyz-hacker/layouts/partials/hamburger-menu.html
themes/danix-xyz-hacker/layouts/shortcodes/contact-form.html [moved from themes/danix-xyz-hacker/shortcodes/contact-form.html with 100% similarity]
themes/danix-xyz-hacker/layouts/shortcodes/gallery.html [moved from themes/danix-xyz-hacker/shortcodes/gallery.html with 100% similarity]
themes/danix-xyz-hacker/layouts/shortcodes/gravatar.html [moved from themes/danix-xyz-hacker/shortcodes/gravatar.html with 100% similarity]
themes/danix-xyz-hacker/layouts/shortcodes/image.html [moved from themes/danix-xyz-hacker/shortcodes/image.html with 100% similarity]