Set meta.description tag correctly

This commit is contained in:
Philipp Oppermann
2020-02-03 17:13:28 +01:00
parent 174d695512
commit 5276972c67
7 changed files with 16 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
<aside id="all-posts-link"><a href="{{ config.base_url | safe }}" title="All Posts">« All Posts</a></aside>
{% endblock header %}
{% block description -%}
{{ page.summary | safe | striptags }}
{%- endblock description %}
{% block main %}
<h1>{{ page.title }}</h1>
<time datetime="{{ page.date | date(format="%Y-%m-%d") }}" class="post-date">