From 2149b008ecb5d38076749769826f3f48c70f2264 Mon Sep 17 00:00:00 2001 From: ondrej Date: Sun, 30 Oct 2022 21:24:17 +0100 Subject: [PATCH] Fix stuff --- layouts/partials/menu.html | 6 +++--- layouts/partials/styles.html | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index ff0cce5..9debc57 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -21,8 +21,8 @@ >{{ .Name }} {{ end }} -
  • - {{ partial "language-selector.html" . }} -
  • + + {{ partial "language-selector.html" . }} + diff --git a/layouts/partials/styles.html b/layouts/partials/styles.html index 3c967dd..474cbc5 100644 --- a/layouts/partials/styles.html +++ b/layouts/partials/styles.html @@ -18,7 +18,6 @@ } - {{ $style := resources.Get "style.css" }}