summaryrefslogtreecommitdiff
path: root/themes/neonxp/layouts/_partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/neonxp/layouts/_partials/head.html')
-rw-r--r--themes/neonxp/layouts/_partials/head.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/themes/neonxp/layouts/_partials/head.html b/themes/neonxp/layouts/_partials/head.html
deleted file mode 100644
index 7826e2a..0000000
--- a/themes/neonxp/layouts/_partials/head.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<meta charset="utf-8" />
-<meta name="viewport" content="width=device-width, initial-scale=1" />
-<link rel="icon" href="/favicon.ico" type="image/x-icon">
-{{ partial "opengraph.html" . }}
-<title>
- {{ if .IsHome }}
- {{ site.Title }}
- {{ else }}
- {{ printf "%s | %s" .Title site.Title }}
- {{ end }}
-</title>
-{{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} \ No newline at end of file