summaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-link.html
AgeCommit message (Collapse)Author
2024-06-28Revert "Don't add rel="noreferrer" to non-web links"v1.3.5Nicholas Johnson
This reverts commit f34e453196b85e756b16f5ff668d15c2462948e6778657907ff52821d360309b. Adding rel="noreferrer" to non-http-prefixed links was believed to be a noop, but this overlooks relative links. For privacy reasons, relative links must not send referrer headers.
2023-12-02Add titles to linksNicholas Johnson
2023-12-02Don't add rel="noreferrer" to non-web linksNicholas Johnson
2023-08-25Remove non-breakable spacesNicholas Johnson
2023-02-24Exclude link emojis from linksNicholas Johnson
2023-01-28Don't render link emoji for inline linksNicholas Johnson
2023-01-21Don't break space between emoji and link textNicholas Johnson
2023-01-21Fix newline after linksNicholas Johnson
2022-12-08Clarify page variableNicholas Johnson
2022-12-08Complete overhaul of the CSSNicholas Johnson
I made it as BEM-compliant as I could. Making it fully BEM-compliant is impossible since Hugo doesn't have HTML render hooks for certain tags.
2022-11-10Replace emojis with the emojify processorNicholas Johnson
This increases code accessibility.
2022-09-06Allow link emojis to be turned off per-pageNicholas Johnson
2022-09-03Add link emoji to give links some styleNicholas Johnson
2022-05-08Fix link rendering to include noreferrerNicholas Johnson