@@ -1,4 +1,4 @@
-{% macro seo_metadata(article) %}
+{% macro smo_metadata(article) %}
<meta property="og:title" content="{{ article.title|striptags }} {%if article.subtitle %} - {{ article.subtitle }} {% endif %}"/>
<meta property="og:type" content="article" />
<meta property="og:url" content="{{ SITEURL }}/{{ article.url }}" />
@@ -16,8 +16,8 @@
<meta name="keywords" content="{{ [article.tags|join(', '), article.category, article.keywords]|join(', ') }}" />
{% endif %}
-{% from '_includes/seo_metadata.html' import seo_metadata with context %}
-{{ seo_metadata(article) }}
+{% from '_includes/smo_metadata.html' import smo_metadata with context %}
+{{ smo_metadata(article) }}
{% endblock meta_tags_in_head %}
{% block content %}
<meta name="keywords" content="{{ page.keywords }}" />
-{{ seo_metadata(page) }}
+{{ smo_metadata(page) }}