Update base.html
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
{% endblock %}
|
||||
{% if page.meta and page.meta.meta %}
|
||||
{% for tag in page.meta.meta %}
|
||||
<meta {% for key, value in tag | items %} {{ key }}="{{value}}" {% endfor %}>
|
||||
<meta {% for key, value in tag.items %} {{ key }}="{{value}}" {% endfor %}>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% block extrahead %}{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user