Add the ability to include page titles in HTML title element

This commit is contained in:
Paweł Romanowski 2023-01-28 12:28:30 +01:00
parent eb82877d3d
commit cfbcb940be
11 changed files with 68 additions and 3 deletions

View file

@ -1,5 +1,5 @@
+++
title = "about me"
title = "About Me"
path = "about"
+++

View file

@ -1,5 +1,5 @@
+++
title = "Archive"
path = "archive"
template = "archive.html"
title = "blog archive (all posts)"
+++