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

View file

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