diff --git a/assets/scss/_single.scss b/assets/scss/_single.scss index f593086..6a0cca7 100644 --- a/assets/scss/_single.scss +++ b/assets/scss/_single.scss @@ -52,6 +52,11 @@ } } + &-excerpt { + color: grey; + font-style: italic; + } + &-info { margin-top: 30px; font-size: 0.8rem; diff --git a/layouts/partials/head.html b/layouts/partials/head.html index f02233b..a855a52 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -2,7 +2,7 @@ - + @@ -37,6 +37,7 @@ {{ template "_internal/schema.html" . }} {{ template "_internal/twitter_cards.html" . }} +{{ template "_internal/google_news.html" . }} {{ if isset .Site.Taxonomies "series" }} {{ template "_internal/opengraph.html" . }} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index 6a17c01..294e493 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -22,6 +22,14 @@ {{ .Title | markdownify }} + {{ with .Params.Description }} +