aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default
AgeCommit message (Collapse)Author
2022-09-03Add link emoji to give links some styleNicholas Johnson
2022-08-07Add line break between "return to homepage" button and contentNicholas Johnson
2022-08-07Fix link conversionNicholas Johnson
2022-08-07Revert "Vanish HTML line breaks"Nicholas Johnson
This reverts commit 08712197aa459823cdb8c8dd06098133b2810a6f. For now, don't try to parse HTML tags with RegEx.
2022-08-07Vanish HTML line breaksNicholas Johnson
2022-08-07Make Gemini properly recognize Markdown's unordered lists that startNicholas Johnson
with '-'
2022-08-07Change return to homepage link from class to idNicholas Johnson
2022-08-07Space out nav links for mobile devicesNicholas Johnson
2022-08-04Remove extra newlines from HTML outputNicholas Johnson
2022-08-04Adjust template spacingNicholas Johnson
2022-08-04Replace <content> tag with proper <main> tag and fix unintended tagNicholas Johnson
nesting
2022-08-04Set <html lang="en"> to improve screen reader compatibilityNicholas Johnson
2022-08-03Remove italic and bold Markdown from Gemini capsuleNicholas Johnson
Only removes asterisks, not underscores.
2022-08-01Don't HTML escape Gemini templatesNicholas Johnson
2022-05-08Fix link rendering to include noreferrerNicholas Johnson
2022-04-30Use safeHTML for Gemini templates to prevent HTML escapingNicholas Johnson
2022-04-30Output GeminiNicholas Johnson
2022-04-28Initial commitNicholas Johnson