From 0237d6fea5ae35fa1d9e326445ee448046326ebc Mon Sep 17 00:00:00 2001 From: Yurizal Susanto Date: Mon, 30 Apr 2018 12:44:17 +0700 Subject: Misc fixes --- exampleSite/config.toml | 6 ++++-- layouts/partials/meta.html | 13 +++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index f948c92..5a766ec 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,9 +1,11 @@ -baseURL = "http://yurizal-san.com/" +baseURL = "example.com" title = "Manis" theme = "manis" + # Copyright notice. Note: You can use HTML tag here copyright = "© 2018 Yurizal Susanto" pluralizeListTitles = false + # Minimum number of posts before paginate navigation show up paginate = 10 canonifyURL = true @@ -19,7 +21,7 @@ defaultContentLanguage = "en" # If false, use minified CSS (ui.min.css) debugCSS = false # List of sections support disqus comments - disqusSections = ["blog"] + disqusSections = [ "blog" ] # Site meta description description = "Sweet little Hugo's theme for personal website or blog." # Site's Tagline (Subtitle or Keyword) diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html index f5f75da..0edfb38 100644 --- a/layouts/partials/meta.html +++ b/layouts/partials/meta.html @@ -8,6 +8,13 @@ {{ with .Site.Params.FaviconImg }} {{ end }} + + {{ if .Site.Params.DebugCSS }} + + + {{ else }} + + {{ end }} @@ -19,11 +26,5 @@ {{ end }} {{ end }} - {{ if .Site.Params.DebugCSS }} - - - {{ else }} - - {{ end }} {{ partial "style" . }} -- cgit v1.2.3