From dfb2eeb699b2bfce53ef806919923b3749a585c3 Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Thu, 21 Oct 2021 12:35:57 +0200 Subject: [PATCH] theme merge request accepted --- layouts/partials/copyright.html | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 layouts/partials/copyright.html diff --git a/layouts/partials/copyright.html b/layouts/partials/copyright.html deleted file mode 100644 index 0008157..0000000 --- a/layouts/partials/copyright.html +++ /dev/null @@ -1,15 +0,0 @@ - -{{ with .Site.Params.Copyright.Prefix }} - {{ . | markdownify }} | -{{end}} -© -{{ with .Site.Params.copyright.url }}{{ end }} - {{ .Site.Params.copyright.name }} -{{ with .Site.Params.copyright.url }}{{ end }} -{{ now.Year }} -{{ with .Site.Params.Copyright.Suffix }} - | {{ . | markdownify }} -{{end}} -{{ if .Site.Params.showhugo }} - | {{ i18n "builton" }} Hugo -{{ end }}