Commit graph

10 commits

Author SHA1 Message Date
Stephan Hadan
7fa54f2f70 some bugfixes 2025-01-28 20:58:31 +01:00
Dan Xin
558b8b4ae0
fix: migrate ".Site.Author" to ".Site.Params.Author" (#17)
* feat: migrate ".Site.Author" to ".Site.Params.Author"
* feat: update README
2024-11-08 14:16:58 -05:00
Josh Johnson
e15be0e410
Uses correct URL accessor and removes use of deprecated .URL 2019-08-30 21:43:07 -04:00
Josh Johnson
2fa06ec88b
Updates to support 0.57.2 2019-08-17 18:54:19 -04:00
Josh Johnson
0c39cde248
Cleans up rss formatting 2018-02-03 12:08:36 -05:00
RGB
2a1e884689 Fix rss error 2017-02-01 11:20:10 +09:00
Ghyslain Leclerc
e455fb9170 Fixed the .Site.Author.name reference to use currently recommended info.
Now uses .Site.Author.firstname and .Site.Author.lastname.
2016-12-28 21:28:07 -05:00
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
Josh Johnson
f67488c5d1 fixed title to use handle 2016-02-20 00:37:34 -05:00
Josh Johnson
f92932b947 initial commit 2016-02-19 23:35:42 -05:00