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 4b768d9da4
layouts/partials/sidebar.html: Use .Site.RegularPages instead of .Site.Pages
As of Hugo 0.18 .Site.Pages now returns all pages, including pages,
home, taxonomies, etc, and you are expected to filter them by their
"kind". There is a new variable .Site.RegularPages which returns a
range of "regular" pages like in pre-0.18 Hugo.

In this instance we are limiting the range to pages with the type
"post", so our current behavior works, but I'd rather be consistent
with other ranges we're using, like on the homepage and taxonomy
list pages.

See: https://github.com/spf13/hugo/releases/tag/v0.18
2017-01-19 15:08:55 +02:00
..
_default Start using SRI hashes for CSS/JS assets 2017-01-11 10:42:49 +02:00
partials layouts/partials/sidebar.html: Use .Site.RegularPages instead of .Site.Pages 2017-01-19 15:08:55 +02: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