Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "Don't add rel="noreferrer" to non-web links"v1.3.5 | Nicholas Johnson | 2024-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 links | Nicholas Johnson | 2023-12-02 |
| | |||
* | Don't add rel="noreferrer" to non-web links | Nicholas Johnson | 2023-12-02 |
| | |||
* | Add referrerpolicy="noreferrer" to images | Nicholas Johnson | 2023-12-02 |
| | |||
* | Lazy load inline images | Nicholas Johnson | 2023-12-02 |
| | |||
* | Remove non-breakable spaces | Nicholas Johnson | 2023-08-25 |
| | |||
* | Exclude link emojis from links | Nicholas Johnson | 2023-02-24 |
| | |||
* | Don't render link emoji for inline links | Nicholas Johnson | 2023-01-28 |
| | |||
* | Don't break space between emoji and link text | Nicholas Johnson | 2023-01-21 |
| | |||
* | Fix newline after links | Nicholas Johnson | 2023-01-21 |
| | |||
* | Clarify page variable | Nicholas Johnson | 2022-12-08 |
| | |||
* | Complete overhaul of the CSS | Nicholas Johnson | 2022-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 processor | Nicholas Johnson | 2022-11-10 |
| | | | | This increases code accessibility. | ||
* | Allow link emojis to be turned off per-page | Nicholas Johnson | 2022-09-06 |
| | |||
* | Add link emoji to give links some style | Nicholas Johnson | 2022-09-03 |
| | |||
* | Fix link rendering to include noreferrer | Nicholas Johnson | 2022-05-08 |