aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/_default/_markup
AgeCommit message (Collapse)AuthorFilesLines
2024-04-01Add a render image hook (#39768)XhmikosR1-0/+8
Images are now lazyloaded, they have width and height attributes and the classes are centralized. Only applies to Markdown images
2024-03-05render-heading.html: use variablesXhmikosR1-2/+4
2022-02-19Replace AnchorJS with a Hugo render hook (#32953)XhmikosR1-0/+5
* Replace AnchorJS with a Hugo render hook * docs(anchors): improve aria-label on anchor links * docs(anchors): show anchor link when ed * docs(anchors): add hash in pseudo-element Co-authored-by: GaĆ«l Poupard <[email protected]>