From e7a227ba012ffe0af5ec0d88b1627ac1066430a3 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 28 Jun 2022 19:07:29 -0400 Subject: [PATCH] rely on new lugo updates, remove custom head/foot --- layouts/partials/footer.html | 19 ------------------- layouts/partials/header.html | 15 --------------- static/favicon.svg | 1 + 3 files changed, 1 insertion(+), 34 deletions(-) delete mode 100644 layouts/partials/footer.html delete mode 100644 layouts/partials/header.html create mode 100644 static/favicon.svg diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index bc5de58..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,19 +0,0 @@ - {{ if isset .Params "tags" }} - {{ $tagsLen := len .Params.tags }} - {{ if gt $tagsLen 0 }} -
- See related:
- {{ range $k, $v := .Params.tags }} - {{ $url := printf "tags/%s" (. | urlize | lower) }} - {{ . | title }} - {{ if lt $k (sub $tagsLen 1) }}·{{ end }} - {{ end }} -
- {{ end }} - {{ end }} - - - - diff --git a/layouts/partials/header.html b/layouts/partials/header.html deleted file mode 100644 index a4a5376..0000000 --- a/layouts/partials/header.html +++ /dev/null @@ -1,15 +0,0 @@ - - - - {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }} - - - - - - - - - - -
diff --git a/static/favicon.svg b/static/favicon.svg new file mode 100644 index 0000000..8483e7f --- /dev/null +++ b/static/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file