Renamed meta links file

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-01-24 11:18:54 +04:00
parent 1e499a7583
commit 6e5505d16d
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<link rel="profile" href="http://gmpg.org/xfn/11" />
<!-- Advanced meta tags -->
{% for tag in site.data.meta_tags %}
{% for tag in site.data.meta %}
<meta name="{{ tag.name | strip | normalize_whitespace | xml_escape }}" content="{{ tag.content | strip | normalize_whitespace | xml_escape }}" />
{% endfor %}