aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/_markup
AgeCommit message (Collapse)Author
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