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
|
@ -102,6 +102,10 @@ url-pretty: "MyWebsite.com" # eg. "deanattali.com/beautiful-jekyll"
|
|||
# Truncates the excerpt to the specified number of words on the index page
|
||||
excerpt_length: 50
|
||||
|
||||
# Character used to separate site title and description in HTML document title
|
||||
# and RSS feed title
|
||||
title-separator: "-"
|
||||
|
||||
# --- Don't need to touch anything below here (but you can if you want) --- #
|
||||
|
||||
# Output options (more information on Jekyll's site)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue