hugo-internet-weblog/layouts/partials
Ghyslain Leclerc 8262ab6f2d Made the theme compatible with Hugo 0.18.
At least in Hugo 0.18 (I don't know for prior versions), the variables in the
templates are all set to lowercase even if they are not lowercase in the
config file.

For instance, for a configuration as follows:
[Author]
   Handle = "bla"
the variable must be used as .Site.Author.handle and not .Site.Author.Handle.
2016-12-28 21:17:35 -05:00
..
bio.html initial commit 2016-02-19 23:35:42 -05:00
custom_image_handler.html Made the theme compatible with Hugo 0.18. 2016-12-28 21:17:35 -05:00
custom_javascript.html initial commit 2016-02-19 23:35:42 -05:00
custom_stylesheets.html initial commit 2016-02-19 23:35:42 -05:00
not_found.html initial commit 2016-02-19 23:35:42 -05:00
page_footer.html Made the theme compatible with Hugo 0.18. 2016-12-28 21:17:35 -05:00
page_header.html Made the theme compatible with Hugo 0.18. 2016-12-28 21:17:35 -05:00
pagination.html initial commit 2016-02-19 23:35:42 -05:00
preview_list.html initial commit 2016-02-19 23:35:42 -05:00
preview_micropost.html initial commit 2016-02-19 23:35:42 -05:00
preview_photo_post.html initial commit 2016-02-19 23:35:42 -05:00
preview_post.html initial commit 2016-02-19 23:35:42 -05:00
site_footer.html removed lightgallery source from repo and link to the CDN version 2016-02-20 19:35:30 -05:00
site_header.html Made the theme compatible with Hugo 0.18. 2016-12-28 21:17:35 -05:00