about summary refs log tree commit diff stats
path: root/templates/base.html
Commit message (Collapse)AuthorAgeLines
* Allow end-user to disable CSP header meta tags without editing themeAlan Pearce2023-09-09-2/+6
|
* Add content-security-policy header-equivalent meta tagAlan Pearce2023-09-02-0/+1
|
* Improve whitespacing in HTMLAlan Pearce2023-04-26-1/+1
|
* Move header/footer/main elements into child templatesAlan Pearce2023-04-26-9/+3
| | | | | | | | The <content> tag is not meant for normal HTML, but rather the Shadow DOM, therefore I replaced it with <main> For consistency's sake I moved <header> and <footer> into the child templates as well
* Remove trailing slashes on void elementsAlan Pearce2023-04-26-2/+2
| | | | https://github.com/validator/validator/wiki/Markup-ยป-Void-elements#trailing-slashes-in-void-element-start-tags-do-not-mark-the-start-tags-as-self-closing
* Sorry Terry, you'll have to goAlan Pearce2023-04-19-1/+0
|
* Reformat templatesAlan Pearce2023-04-18-1/+1
|
* Cleanup whitespaceAlan Pearce2023-04-18-17/+9
|
* Fix lang attributeAlan Pearce2023-04-18-1/+1
|
* Initial commitAlan Pearce2023-04-17-0/+39