summaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-link.html
Commit message (Collapse)AuthorAge
* Revert "Don't add rel="noreferrer" to non-web links"v1.3.5Nicholas Johnson2024-06-28
| | | | | | | | 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.
* Add titles to linksNicholas Johnson2023-12-02
|
* Don't add rel="noreferrer" to non-web linksNicholas Johnson2023-12-02
|
* Remove non-breakable spacesNicholas Johnson2023-08-25
|
* Exclude link emojis from linksNicholas Johnson2023-02-24
|
* Don't render link emoji for inline linksNicholas Johnson2023-01-28
|
* Don't break space between emoji and link textNicholas Johnson2023-01-21
|
* Fix newline after linksNicholas Johnson2023-01-21
|
* Clarify page variableNicholas Johnson2022-12-08
|
* Complete overhaul of the CSSNicholas Johnson2022-12-08
| | | | | 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.
* Replace emojis with the emojify processorNicholas Johnson2022-11-10
| | | | This increases code accessibility.
* Allow link emojis to be turned off per-pageNicholas Johnson2022-09-06
|
* Add link emoji to give links some styleNicholas Johnson2022-09-03
|
* Fix link rendering to include noreferrerNicholas Johnson2022-05-08