digitalcraftsman / hugo-steam-theme

Port of Tommaso Barbato's Ghost theme Steam to Hugo
MIT License
66 stars 51 forks source link

change to a lowercase 'c' in themecolor (exampleSite/config.toml) #15

Closed larntz closed 7 years ago

larntz commented 7 years ago

This line from layouts/partials/head.html is looking for themecolor in all lowercase:

{{ partial (printf "themes/%s-theme" .Site.Params.themecolor) . }}
digitalcraftsman commented 7 years ago

Thank you for this addition @larntz.