diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3691a70..d1e21d2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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 diff --git a/theme.toml b/theme.toml index 88f7224..1b29657 100644 --- a/theme.toml +++ b/theme.toml @@ -12,7 +12,7 @@ demosite = "https://hugo-blog-awesome.netlify.app/" tags = ["blog", "responsive", "minimal", "dark", "light"] features = ["blog", "sass", "dark"] -min_version = "0.86.0" +min_version = "0.87.0" # If the theme has a single author [author]