diff options
author | Valentin Popov <info@valentineus.link> | 2020-01-24 10:18:54 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-01-24 10:18:54 +0300 |
commit | 6e5505d16de218a7c31541fe7906ab8990272864 (patch) | |
tree | e6abb1f2d08d27e351fdf30a3d7d755cbaab9be6 /_includes/head.html | |
parent | 1e499a7583757b7bd3335ad8df6f6bc3050e5a47 (diff) | |
download | popov.link-6e5505d16de218a7c31541fe7906ab8990272864.tar.xz popov.link-6e5505d16de218a7c31541fe7906ab8990272864.zip |
Renamed meta links file
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html index e7fe582..a97bd87 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -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 %} |