Add default meta tag content

This commit is contained in:
Oliver Davies 2017-05-08 21:30:35 +01:00
parent c1d2e43b1d
commit 4420f5f73e
2 changed files with 9 additions and 8 deletions

View file

@ -9,9 +9,7 @@
<meta name="description" content="{{ page.meta.description|e('html') }}">
{% endif %}
{% if page.meta.og %}
{% include 'og' with { og: page.meta.og } %}
{% endif %}
{% include 'og' with { og: page.meta.og } %}
<link rel="stylesheet" href="{{ site.url }}/assets/css/site.css">
{% block styles %}{% endblock %}