clean markup

This commit is contained in:
Jesús
2019-11-22 12:08:45 -05:00
parent 07afbc2aaf
commit cc6157efea
8 changed files with 62 additions and 62 deletions

View File

@@ -10,7 +10,7 @@
{% macro entry_hreflang(entry) %}
{% if entry.translations %}
{% for translation in entry.translations %}
<link rel="alternate" hreflang="{{ translation.lang }}" href="{{ SITEURL }}/{{ translation.url }}">
<link rel="alternate" hreflang="{{ translation.lang }}" href="{{ SITEURL }}/{{ translation.url }}"/>
{% endfor %}
{% endif %}
{% endmacro %}