tagging options
Tags will display as plain text if a user adds tags to a post. If user sets 'link-tags: true' in _config.yml, then Jekyll will make a new page for each tag which lists all posts with given tag (provided the site is not deployed through GitHub pages)
This commit is contained in:
parent
ce8ece5fc2
commit
0458bf9803
5 changed files with 14 additions and 10 deletions
|
@ -98,7 +98,7 @@ defaults:
|
|||
show-avatar: true
|
||||
|
||||
# Tags (not recommended if you are deploying via GitHub pages, see README.md)
|
||||
show-tags: false
|
||||
link-tags: true
|
||||
|
||||
# Exclude these files from production site
|
||||
exclude:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue