Update block name
This commit is contained in:
parent
f9991b65a4
commit
5715ff7730
|
@ -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 %}
|
||||
|
|
|
@ -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 }}">
|
||||
|
|
Loading…
Reference in a new issue