clean markup
This commit is contained in:
@@ -25,21 +25,21 @@
|
||||
{% endif %}
|
||||
{% block seo %}
|
||||
<!-- Meta Page -->
|
||||
<meta name="description" content="{{ SITENAME }} – {{ SITESUBTITLE }}">
|
||||
<meta name="author" content="{{ page.author }}">
|
||||
<meta name="description" content="{{ SITENAME }} – {{ SITESUBTITLE }}"/>
|
||||
<meta name="author" content="{{ page.author }}"/>
|
||||
|
||||
<!-- OpenGraph -->
|
||||
<meta property="og:type" content="article"/>
|
||||
<meta property="og:title" content="{{ page.title }}"/>
|
||||
<meta property="og:description" content="{{ SITESUBTITLE }}"/>
|
||||
<meta property="og:site_name" content="{{ SITENAME }}" />
|
||||
<meta property="og:site_name" content="{{ SITENAME }}"/>
|
||||
<meta property="og:url" content="{{ SITEURL }}/{{ page.url }}"/>
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="{{ page.title }}">
|
||||
<meta name="twitter:description" content="{{ SITESUBTITLE }}">
|
||||
<meta name="twitter:url" content="{{ SITEURL }}/{{ page.url }}">
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="{{ page.title }}"/>
|
||||
<meta name="twitter:description" content="{{ SITESUBTITLE }}"/>
|
||||
<meta name="twitter:url" content="{{ SITEURL }}/{{ page.url }}"/>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user