1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-29 09:33:45 +02:00
hugo-theme-bootstrap4-blog/layouts/_default
Alan Orth 884713fc2a
layouts: Add theme support for categories and tags
Add categories/tags to front matter and they will be displayed on
summary and post pages, with links to taxonomy pages. Example:

  +++
  date = "2016-09-24T21:28:31+03:00"
  title = "Post title"
  categories = ["Nature"]
  tags = ["Wetland", "Oasis"]
  +++

For some reason if you add tags singularly, like:

  categories = "Nature"

you get index errors from Hugo. Not sure if I need to parse the
tags differently or just add more logic to test if the terms are
singular or not.
2016-09-26 08:32:46 +03:00
..
baseof.html layouts/_default/baseof.html: Make sidebar logic more robust 2016-09-22 09:19:20 +03:00
list.html layouts/_default/list.html: Check for page type instead of "section" 2016-09-14 23:39:39 +03:00
single.html layouts: Add theme support for categories and tags 2016-09-26 08:32:46 +03:00
summary.html layouts: Add theme support for categories and tags 2016-09-26 08:32:46 +03:00