From 95047707298544a969b2e6eb3e84144b201f2824 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 24 Apr 2018 20:25:51 +0400 Subject: Collection with additional meta tags Signed-off-by: Valentin Popov --- _includes/head.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html index 20217ea..012e8c7 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -3,17 +3,18 @@ + - - - - - + + {% for tag in site.data.meta_tags %} + + {% endfor %} + - {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 }} -- cgit v1.2.3