diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3691a70..eec51cd 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,7 +19,7 @@ ignoreErrors = ["additional-script-loading-error"] # ignore error of loading add # To enable Disqus comments, provide Disqus Shortname below. # To disable Disqus comments, simply leave the field empty or remove the next line -disqusShortname = '' +disqusShortname = 'fmaida' # set markup.highlight.noClasses=false to enable code highlight [markup] @@ -32,26 +32,33 @@ disqusShortname = '' endLevel = 4 # ToC ends at H4 ordered = false # generates {{ partial "svgs/sun.svg" (dict "height" 21 "width" 21 "class" "mode-sunny" "title" "LIGHT") . }} diff --git a/layouts/partials/postCard.html b/layouts/partials/postCard.html index 257e308..e06d42c 100644 --- a/layouts/partials/postCard.html +++ b/layouts/partials/postCard.html @@ -6,6 +6,7 @@

{{ $ISO_date := "2006-01-02T15:04:05Z0700" }} {{ $configDateFormat := .Site.Params.dateFormat }} diff --git a/layouts/partials/svgs/home.svg b/layouts/partials/svgs/home.svg index f6f9cb5..8f97e2e 100644 --- a/layouts/partials/svgs/home.svg +++ b/layouts/partials/svgs/home.svg @@ -1,7 +1,7 @@ -Home +{{ T "home.home" }} \ No newline at end of file