From 9c43b0693c7da6ee18d71330e5a7b2990423df3d Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 17 Jan 2021 01:26:53 +0100 Subject: [PATCH] Some minor fixes from Ananke pull requests --- layouts/_default/baseof.html | 10 +++++----- layouts/partials/site-navigation.html | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index c456abb..ae78f3e 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -10,9 +10,9 @@ {{ hugo.Generator }} {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}} {{ if eq (getenv "HUGO_ENV") "production" | or (eq .Site.Params.env "production") }} - + {{ else }} - + {{ end }} {{ $stylesheet := .Site.Data.webpack_assets.app }} @@ -30,11 +30,11 @@ {{ if .OutputFormats.Get "RSS" }} {{ with .OutputFormats.Get "RSS" }} - - + + {{ end }} {{ end }} - + {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/gohugoio/hugo/tree/master/tpl/tplimpl/embedded/templates */}} {{- template "_internal/opengraph.html" . -}} {{- template "_internal/schema.html" . -}} diff --git a/layouts/partials/site-navigation.html b/layouts/partials/site-navigation.html index 14fbbbf..ad0b4d6 100644 --- a/layouts/partials/site-navigation.html +++ b/layouts/partials/site-navigation.html @@ -2,7 +2,7 @@