From bbcb687ff0d2d433533e280bf7c3d6d38b0a338a Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Sat, 21 May 2022 14:14:23 +0000 Subject: [PATCH] Fix Page.Url --- layouts/partials/footer.html | 4 ++-- theme.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cd5ec43..01d4b1b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -5,7 +5,7 @@ {{ if .Site.Home.AllTranslations}} {{ end }} @@ -18,4 +18,4 @@ {{ end }} - \ No newline at end of file + diff --git a/theme.toml b/theme.toml index b9c3537..6dbe073 100644 --- a/theme.toml +++ b/theme.toml @@ -3,9 +3,9 @@ license = "MIT" licenselink = "" description = "Theme for the FabInfra Team" homepage = "https://gitlab.com/fabinfra/fabinfra-theme" -tags = [responsive, nojs] +tags = ["responsive", "nojs"] features = [] min_version = "0.35" [author] - name = "TheJoKlLa" \ No newline at end of file + name = "TheJoKlLa"