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 --- _data/meta_tags.yml | 8 ++++++++ _includes/head.html | 13 +++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 _data/meta_tags.yml diff --git a/_data/meta_tags.yml b/_data/meta_tags.yml new file mode 100644 index 0000000..3342b40 --- /dev/null +++ b/_data/meta_tags.yml @@ -0,0 +1,8 @@ +- name: "google-site-verification" + content: "BkBsaYAO1LuQDRceyK2odvcpfuP2al0y04LnBda1uvE" + +- name: "yandex-verification" + content: "14221e61b87bbd27" + +- name: "robots" + content: "index, follow" 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