From 5de66f97cfa68522e46fba1fd503e3bb4323ca3b Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Fri, 25 Mar 2022 22:32:06 +0100 Subject: [PATCH] footer: links to hugo and the themes repo should be opened in a new tab --- layouts/partials/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 108f96d..3a74c56 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,8 +3,8 @@ {{ if $.Site.Copyright }} {{ $.Site.Copyright | safeHTML }} {{ else }} - © {{ now.Year }} Powered by Hugo + © {{ now.Year }} Powered by Hugo {{ end }} - :: simple-cookbook theme + :: simple-cookbook theme \ No newline at end of file