From 14b60efe9b7886a6f0a01cf57f9dc9c48e0a4d99 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Tue, 9 Jan 2018 17:10:13 +0100 Subject: [PATCH] Fixed syntax error Signed-off-by: Jim Martens --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 98b2e19..12ab771 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -4,7 +4,7 @@ {% if page.title %}{{ page.title }} - {% endif %}{{ site.title }} + content="{% if post.excerpt %}{{ post.excerpt | strip_html | strip_newlines | truncate: 160 }}{% elsif page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> {% asset main.css %} {% asset fa-svg-with-js.css %}