summaryrefslogtreecommitdiffstats
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d030521..da95aa5 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,5 +1,5 @@
{{/* */}}
-<head prefix="og: http://ogp.me/ns#; dc: http://purl.org/dc/terms/#">
+<head>
{{- $description := print .Params.Description -}}
{{- if or .IsHome (eq .Params.Description "") (not .Params.Description) -}}
{{ $description = site.Params.Description }}
@@ -36,6 +36,5 @@
{{- partial "custom-head.html" . -}}
{{- /* Misc */}}
- {{ template "partials/templates/doublinecore.html" . }}
{{ template "partials/templates/opengraph.html" . }}
</head>