diff options
author | Mark Powers <mark@marks.kitchen> | 2022-10-09 14:15:10 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2022-10-09 14:15:10 -0500 |
commit | c389bfda23e516d246d5772f05d755832fcf8464 (patch) | |
tree | d9a84beb51799015cacc22f59f13253aa4b6796a /themes/markskitchen/layouts/partials/head.html | |
parent | 648a67b056df898bfdd10033ce782aa121910a7c (diff) |
Fix scaling on mobile
Diffstat (limited to 'themes/markskitchen/layouts/partials/head.html')
-rw-r--r-- | themes/markskitchen/layouts/partials/head.html | 8 |
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 }}"> |