summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/shortcodes/video.html
AgeCommit message (Collapse)AuthorFilesLines
2026-04-22chore: extract theme into git submodule (danix2-hugo-theme)Danilo M.1-37/+0
2026-04-18consolidated duplicated shortcodes. Initial fix of the content files. Manual ↵Danilo M.1-41/+35
review needed
2026-04-15Resolve page bundle video paths using Resources APIDanilo M.1-0/+43
- Use .Page.Resources.GetMatch to resolve video files in page bundles - For videos in the same directory as index.md, use src="filename.webm" - Template automatically resolves to correct permalink (/articles/slug/filename.webm) - Falls back to literal path if resource not found (for external URLs) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>