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