about summary refs log tree commit diff stats
path: root/templates
Commit message (Collapse)AuthorAgeLines
* Hash inline style in CSP HEAD mainAlan Pearce2023-09-09-3/+0
| | | | | openssl dgst -sha256 -binary < templates/style.html | openssl enc -base64 2Sbht7dvdhJX00j84akXy9AejYUf6sOM3OpwMxNiDXQ=
* Allow end-user to disable CSP header meta tags without editing themeAlan Pearce2023-09-09-2/+6
|
* Add meta descriptionAlan Pearce2023-09-02-0/+1
|
* Remove ignored CSP contentAlan Pearce2023-09-02-1/+1
|
* Add content-security-policy header-equivalent meta tagAlan Pearce2023-09-02-0/+3
|
* Fix spacing of code examplesAlan Pearce2023-04-26-1/+1
|
* Improve whitespacing in HTMLAlan Pearce2023-04-26-10/+10
|
* Use relative font sizesAlan Pearce2023-04-26-3/+3
|
* Move header/footer/main elements into child templatesAlan Pearce2023-04-26-27/+25
| | | | | | | | 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-4/+4
| | | | 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
|
* Remove commented-out colourAlan Pearce2023-04-19-1/+0
|
* Reformat templatesAlan Pearce2023-04-18-108/+108
|
* Make date format configurableAlan Pearce2023-04-18-3/+3
|
* Cleanup whitespaceAlan Pearce2023-04-18-17/+9
|
* Fix lang attributeAlan Pearce2023-04-18-1/+1
|
* Crudely enable external nav menu linksAlan Pearce2023-04-18-0/+4
|
* Don't reverse the order of pagesAlan Pearce2023-04-18-2/+2
|
* Initial commitAlan Pearce2023-04-17-0/+359