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 %}