From 122d8864a7595278556c59314391d8ea4b7452be Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 6 Dec 2018 22:40:07 +0400 Subject: [PATCH] refactor(http): Update site header Signed-off-by: Valentin Popov --- _includes/head.html | 69 +++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 6027140..9078aad 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,42 +1,45 @@ +{% assign description = page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape %} +{% assign title = page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape %} + - - - - - - + + + + + + - - {% for tag in site.data.meta_tags %} - - {% endfor %} + + {% for tag in site.data.meta_tags %} + + {% endfor %} - - - - - - + + + + + + - - - - {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }} + + + + {{ title }} - - + + - - - - + + + + - - + + - +