hugo-internet-weblog/layouts
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
..
_default initial commit 2016-02-19 23:35:42 -05:00
microposts initial commit 2016-02-19 23:35:42 -05:00
partials Made the theme compatible with Hugo 0.18. 2016-12-28 21:17:35 -05:00
photos initial commit 2016-02-19 23:35:42 -05:00
posts initial commit 2016-02-19 23:35:42 -05:00
section initial commit 2016-02-19 23:35:42 -05:00
404.html initial commit 2016-02-19 23:35:42 -05:00
index.html initial commit 2016-02-19 23:35:42 -05:00
rss.xml Made the theme compatible with Hugo 0.18. 2016-12-28 21:17:35 -05:00