diff --git a/config.toml b/config.toml index c49410b..185b900 100644 --- a/config.toml +++ b/config.toml @@ -22,12 +22,10 @@ notes = "/notes/:title" author = "KemoNine" description = "a confused culinary notebook" keywords = "recipes" -favicon_32 = "/images/favicon-32x32.png" -favicon_16 = "/images/favicon-16x16.png" hidecredits = false hidecopyright = false showNavTitle = true -custom_css = [ "style.css" ] +custom_css = [ "/css/style.css" ] mainSections = ["recipe", "recipes", "note", "notes"] [[menu.main]] diff --git a/static/style.css b/static/css/style.css similarity index 100% rename from static/style.css rename to static/css/style.css diff --git a/themes/gochowdown/layouts/_default/baseof.html b/themes/gochowdown/layouts/_default/baseof.html index c81b105..ba80244 100644 --- a/themes/gochowdown/layouts/_default/baseof.html +++ b/themes/gochowdown/layouts/_default/baseof.html @@ -30,8 +30,11 @@ {{ end }} - - + + + + + {{ hugo.Generator }}