diff options
Diffstat (limited to '_includes')
-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 %} |