mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-11-08 03:00:23 +01: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)"
|
||||
+++
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
+++
|
||||
title = "Terminimal Theme for Zola"
|
||||
title = "Welcome to Terminimal Theme for Zola"
|
||||
date = 2019-02-04
|
||||
|
||||
[taxonomies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue