summaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
Commit message (Collapse)AuthorAge
* Make copyright notice mandatoryNicholas Johnson2023-08-25
| | | | | | Requiring a copyright notice forces the user to make clear to readers what their rights are with the capsule/site content. This also makes templates simpler.
* Prefer right-aligned whitespace eliminationNicholas Johnson2023-08-25
|
* Fix base layout i18nv0.5.4Nicholas Johnson2023-05-09
|
* Make non-critical page elements optionalv0.5.2Nicholas Johnson2023-05-09
|
* 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.
* Fix spacingNicholas Johnson2022-09-03
|
* Replace <content> tag with proper <main> tag and fix unintended tagNicholas Johnson2022-08-04
| | | | nesting
* Set <html lang="en"> to improve screen reader compatibilityNicholas Johnson2022-08-04
|
* Initial commitNicholas Johnson2022-04-28