mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-09-21 08:23:39 +02:00
Add the ability to include page titles in HTML title element
This commit is contained in:
parent
eb82877d3d
commit
cfbcb940be
11 changed files with 68 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "about me"
|
||||
title = "About Me"
|
||||
path = "about"
|
||||
+++
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Archive"
|
||||
path = "archive"
|
||||
template = "archive.html"
|
||||
title = "blog archive (all posts)"
|
||||
+++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue