summaryrefslogtreecommitdiff
path: root/themes/markskitchen/layouts/partials/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/markskitchen/layouts/partials/head.html')
-rw-r--r--themes/markskitchen/layouts/partials/head.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/themes/markskitchen/layouts/partials/head.html b/themes/markskitchen/layouts/partials/head.html
index 3bd261e..1dac155 100644
--- a/themes/markskitchen/layouts/partials/head.html
+++ b/themes/markskitchen/layouts/partials/head.html
@@ -6,13 +6,7 @@
<meta name="author" content="{{ .Site.Author.name }}">
<!-- description -->
- {{ if .Description }}
- <meta name="description" content="{{ .Description }}">
- {{ else if and .IsPage .Summary }}
- <meta name="description" content="{{ .Summary }}">
- {{ else }}
- <meta name="description" content="{{ .Site.Params.description }}">
- {{ end }}
+ <meta name="description" content="{{ .Site.Params.Description }}">
<!-- favicon -->
<link rel="icon" href="{{ .Site.Params.favicon | absURL }}">