Set the meta description for daily emails
This commit is contained in:
parent
e8a33c3b6a
commit
bccca3e41b
|
@ -1,5 +1,7 @@
|
||||||
{% extends 'page' %}
|
{% extends 'page' %}
|
||||||
|
|
||||||
|
{% block meta_description %}{{ page.snippet }}{% endblock %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time>
|
<time datetime="{{ page.date|date('Y-m-d') }}">{{ page.date|date('F jS, Y') }}</time>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue