Fixed syntax error

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-01-09 17:10:13 +01:00
parent 71db937892
commit 14b60efe9b

View File

@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title> <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<meta name="description" <meta name="description"
content="{% if post.excerpt %}{{ post.excerpt | strip_html | strip_newlines | truncate: 160 }}{% elif page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}"> 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 main.css %}
{% asset fa-svg-with-js.css %} {% asset fa-svg-with-js.css %}