summaryrefslogtreecommitdiffstats
path: root/layouts/_default
AgeCommit message (Collapse)AuthorFilesLines
2026-05-14fix: remove defer from pkg-list/pkg-changelog scripts (race with Alpine)HEADmasterDanilo M.1-2/+2
2026-05-14fix: resolve post-review issues in pkg-list shortcodeDanilo M.1-2/+2
- Replace data-feather icon with inline SVG (feather.replace() runs before Alpine renders x-for rows, so dynamic icons never rendered) - Add defer to pkg-list.js and pkg-changelog.js script tags - Add missing i18n keys: pkg_list_no_results, pkg_list_col_package, pkg_list_col_version, pkg_list_col_link (EN + IT) - Use i18n.noResults, i18n.colPkg/Ver/Link in template - Fix aria-label to use i18n.view instead of hardcoded "View" Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-14feat: load pkg-list and pkg-changelog JS in baseof.htmlDanilo M.1-0/+6
2026-05-13feat: add glitch effect to taxonomy list and term page H1sDanilo M.1-1/+1
Extend section-title glitch to taxonomy/list.html and taxonomy/term.html. Load glitch script on taxonomy and term page kinds in baseof.html. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13feat: add glitch effect to article list page H1Danilo M.2-4/+2
Add .section-title class with chromatic-aberration glitch mechanics mirroring .hero-name. Extend hero-glitch.js to target both classes independently. Load glitch script on IsHome and IsSection pages. Title styled uppercase, centered, white. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11feat: hero name glitch effect on homepageDanilo M.1-0/+6
Chromatic aberration glitch on h1.hero-name. Gravatar moved from markdown shortcode to template. JS fires randomly every 4-11s. Respects prefers-reduced-motion. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-08fix: move contribution-graph script to baseof, remove from partialDanilo M.1-0/+4
Partial caching prevented Scratch-based deduplication. Script now loaded once from baseof.html; JS guard prevents double-init. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30security: add SRI integrity hashes and pin CDN versionsDanilo M.1-4/+4
2026-04-30fix: defer twemoji-init script to match CDN load orderDanilo M.1-1/+1
2026-04-30fix: defer Twemoji CDN script load to avoid render blockingDanilo M.1-1/+1
2026-04-30feat: load Twemoji CDN and init script on article pagesDanilo M.1-0/+7
2026-04-29feat: add obsolete article bannerDanilo M.1-0/+3
2026-04-22chore: replace with extracted danix.xyz-hacker theme (danix2-hugo-theme)Danilo M.5-0/+251