summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/footer.html4
-rw-r--r--layouts/partials/head.html25
2 files changed, 0 insertions, 29 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
deleted file mode 100644
index d0757f3..0000000
--- a/layouts/partials/footer.html
+++ /dev/null
@@ -1,4 +0,0 @@
- <footer>
- {{ .Site.Copyright | safeHTML }}
- </footer>
-</html>
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
deleted file mode 100644
index 6f1549e..0000000
--- a/layouts/partials/head.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-
-<html class="no-js" lang="{{ $.Site.LanguageCode | default "en" }}">
-
-<head>
- <meta charset="utf-8">
- <meta http-equiv="x-ua-compatible" content="ie=edge">
- <title>{{ .Title }} {{ if ne .Title .Site.Title }} &middot; {{ .Site.Title }}{{ end }}</title>
- <meta name="description" content="">
- <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-
- <link rel="stylesheet" href="/css/normalize.css">
- <link rel="stylesheet" href="/css/main.css">
-{{ with .OutputFormats.Get "rss" -}}
-
-{{ printf ` <link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
-{{ end -}}
-</head>
-
-<body>
-{{ if not .IsHome }}
-<header>
- <a href="/"><img id="logofloat" src="{{ .Site.Params.logo }}" /></a>
-</header>
-{{ end }}