From a02e94cfbdd73c05f18cd727180dd76dfd3b0e7a Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 10 Aug 2021 22:58:31 +0200 Subject: [PATCH] Removing nofollow where it's not needed. --- layouts/_default/app.html | 2 +- layouts/partials/footer.html | 6 +++--- layouts/partials/header.html | 4 ++-- layouts/partials/links.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/layouts/_default/app.html b/layouts/_default/app.html index 48840b8..0d8cee0 100644 --- a/layouts/_default/app.html +++ b/layouts/_default/app.html @@ -139,7 +139,7 @@ {{ i18n "file" }} {{ replace .Name "" $appdata.version }}

{{ $filename := replace .File "" $appdata.version }} - + {{ i18n "download" }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0750699..7f328f1 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -13,11 +13,11 @@
-

{{ i18n "usingTheme" }} Omegamma

+

{{ i18n "usingTheme" }} Omegamma

{{ i18n "poweredBy" }} Hugo

-

{{ i18n "websiteSource" }} +

{{ i18n "websiteSource" }} {{ if .GitInfo }} - - built from {{ .GitInfo.AbbreviatedHash }} + - built from {{ .GitInfo.AbbreviatedHash }} {{ end }}

diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 725f901..a12be2e 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -31,7 +31,7 @@