<link rel="canonical" href="{{ article.url|format_siteurl|e }}" />
{% endblock %}
-{% block head %}
- {{- super() -}}
+{% block social %}
{% if article.description %}
<meta name="description" content="{{ article.description|dehyphenate|striptags|e }}" />
{% endif %}
<!DOCTYPE html>
<html lang="{% if page and page.lang %}{{ page.lang }}{% elif article and article.lang %}{{ article.lang }}{% else %}{{ DEFAULT_LANG }}{%endif %}">
<head>
- {% block head %}
<meta charset="UTF-8" />
<title>{% block title %}{{ SITENAME|e }}{% endblock title %}</title>
{% for href in M_CSS_FILES %}
{% if M_THEME_COLOR %}
<meta name="theme-color" content="{{ M_THEME_COLOR }}" />
{% endif %}
- {% endblock head %}
+ {% block social %}
+ {% endblock social %}
</head>
<body>
<header><nav id="navigation"{% if page and page.landing and page.cover %} class="m-navbar-landing"{% endif %}{% if article and article.cover %} class="m-navbar-jumbo"{% endif %}>
<link rel="canonical" href="{{ page.url|format_siteurl|e }}" />
{% endblock %}
-{% block head %}
- {{- super() -}}
+{% block social %}
{% if page.description %}
<meta name="description" content="{{ page.description|dehyphenate|striptags|e }}" />
{% endif %}