1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00
hugo-theme-bootstrap4-blog/layouts
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
..
_default layouts: Add theme support for categories and tags 2016-09-26 08:32:46 +03:00
partials layouts: Add theme support for categories and tags 2016-09-26 08:32:46 +03:00
404.html First commit with initial theme 2016-08-28 16:22:32 +03:00
robots.txt Add robots.txt template 2016-09-21 22:37:39 +03:00