Add options to configure HTML document title (#154)
* Add option to use site title as HTML document title * Add configurable title separator character * Keep old document title behaviour when not using use-site-title
This commit is contained in:
parent
86bda5e4da
commit
75f4d8703e
4 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
|||
layout: page
|
||||
title: My website
|
||||
subtitle: This is where I will tell my friends way too much about me
|
||||
use-site-title: true
|
||||
---
|
||||
|
||||
<div class="posts-list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue