Update block name

This commit is contained in:
Oliver Davies 2019-03-04 20:09:48 +00:00
parent f9991b65a4
commit 5715ff7730
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
<head>
<title>{% if page.title is defined and page.url != '//' %}{{ page.title }} | {% endif %}{{ site.title }} - {{ site.subtitle }}</title>
{% include 'meta' %}
{% block metaTags %}{% endblock %}
{% block metas %}{% endblock %}
<link rel="stylesheet" href="/dist/css/app.css">
{% block stylesheets %}{% endblock %}

View file

@ -2,7 +2,7 @@
{% block page_title_wrapper %}{% endblock %}
{% block metaTags %}
{% block metas %}
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@{{ site.twitter.name }}">
<meta name="twitter:title" content="{{ page.title }}">