Replaces tag index plugin with native jekyll features (#307)
* remove tag _gen plugin and its folder * remove deprecated tag index layout * add tag index page * link tag index page in nav bar, enable tag links by default * add button spacer in main css * fix tag links in post view * fix tag links on index and pagination * tag link instuctions removed. it's enabled as default
This commit is contained in:
parent
22e77cff59
commit
3664e56dbd
8 changed files with 50 additions and 88 deletions
|
@ -29,6 +29,7 @@ navbar-links:
|
|||
- Learn markdown: "http://www.markdowntutorial.com/"
|
||||
- GitHub Pages: "https://pages.github.com/"
|
||||
Author's home: "http://deanattali.com"
|
||||
Tags: "tags"
|
||||
|
||||
# Image to show in the navigation bar - image must be a square (width = height)
|
||||
# Remove this parameter if you don't want an image in the navbar
|
||||
|
@ -152,7 +153,7 @@ defaults:
|
|||
show-avatar: true
|
||||
|
||||
# Use tags pages (not recommended if you are deploying via GitHub pages, only set to true if deploying locally with ruby)
|
||||
link-tags: false
|
||||
link-tags: true
|
||||
|
||||
# Exclude these files from production site
|
||||
exclude:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue