From 5715ff773026cef554c4467d4b2c9170752a9805 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 4 Mar 2019 20:09:48 +0000 Subject: [PATCH] Update block name --- source/_layouts/app.html.twig | 2 +- source/_layouts/post.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_layouts/app.html.twig b/source/_layouts/app.html.twig index f07b4178..a5dcee84 100644 --- a/source/_layouts/app.html.twig +++ b/source/_layouts/app.html.twig @@ -3,7 +3,7 @@ {% if page.title is defined and page.url != '//' %}{{ page.title }} | {% endif %}{{ site.title }} - {{ site.subtitle }} {% include 'meta' %} - {% block metaTags %}{% endblock %} + {% block metas %}{% endblock %} {% block stylesheets %}{% endblock %} diff --git a/source/_layouts/post.html.twig b/source/_layouts/post.html.twig index b391ca38..07e7c6d3 100644 --- a/source/_layouts/post.html.twig +++ b/source/_layouts/post.html.twig @@ -2,7 +2,7 @@ {% block page_title_wrapper %}{% endblock %} -{% block metaTags %} +{% block metas %}