summaryrefslogtreecommitdiff
path: root/layouts/index.html
Commit message (Collapse)AuthorAge
* Make index variables in index.html mandatoryNicholas Johnson2023-08-25
| | | | The variables are mandatory in Gemini. HTML should mirror that.
* Fix <article> spacingNicholas Johnson2023-08-25
|
* Prefer right-aligned whitespace eliminationNicholas Johnson2023-08-25
|
* Remove EOLs in embedded layoutsNicholas Johnson2023-08-25
|
* Remove non-breakable spacesNicholas Johnson2023-08-25
|
* Add multilingual support for index pagesNicholas Johnson2023-08-01
|
* Make non-critical page elements optionalv0.5.2Nicholas Johnson2023-05-09
|
* Declare safeHTML where possibleNicholas Johnson2023-02-24
|
* Add tag list to metadata partialNicholas Johnson2023-02-24
|
* Exclude link emojis from linksNicholas Johnson2023-02-24
|
* 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.
* Add link emoji to give links some styleNicholas Johnson2022-09-03
|
* Space out nav links for mobile devicesNicholas Johnson2022-08-07
|
* Remove extra newlines from HTML outputNicholas Johnson2022-08-04
|
* Adjust template spacing againNicholas Johnson2022-08-04
|
* Replace <content> tag with proper <main> tag and fix unintended tagNicholas Johnson2022-08-04
| | | | nesting
* Initial commitNicholas Johnson2022-04-28