From 41e9f9588c60d0a656a0a8567de846feee889e98 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Sun, 26 Mar 2023 22:13:49 +0200 Subject: [PATCH 1/2] Update footer.html to always open link to hugo-scroll in new window Modify footer to always open link to this repo in a new tab. --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 6a84276..a6dc787 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ if ne .Site.Params.hidedesignbyline true }}
- Hugo Scroll template + Hugo Scroll template
{{ end }} From ab6c1b393b5b13a870edb729cf188c9da41074d7 Mon Sep 17 00:00:00 2001 From: "P. Ottlinger" Date: Sun, 26 Mar 2023 23:18:07 +0200 Subject: [PATCH 2/2] Update footer.html Add rel=noopener to try to fix security warning. --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index a6dc787..33f9c4a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -8,7 +8,7 @@ {{ if ne .Site.Params.hidedesignbyline true }}
- Hugo Scroll template + Hugo Scroll template
{{ end }}