1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-11-24 21:20:17 +01:00
hugo-theme-bootstrap4-blog/layouts/_default
Alan Orth d31626c5a3
layouts/_default/list.html: Check for page type instead of "section"
Both work effectively the same for my use case, but the "type" is
more obvious when looking at the code. See the documentation for
Hugo's page variables for more info[0].

[0] http://gohugo.io/templates/variables/#page-variables
2016-09-14 23:39:39 +03:00
..
baseof.html layouts/_default/baseof.html: Add "active" class to nav if page is home 2016-09-14 14:55:29 +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: Use HTML5-compatible datetime format for posts 2016-09-14 13:12:27 +03:00
summary.html layouts: Use HTML5-compatible datetime format for posts 2016-09-14 13:12:27 +03:00