From 122d8864a7595278556c59314391d8ea4b7452be Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 6 Dec 2018 22:40:07 +0400 Subject: refactor(http): Update site header Signed-off-by: Valentin Popov --- _includes/head.html | 83 +++++++++++++++++++++++++++-------------------------- 1 file changed, 43 insertions(+), 40 deletions(-) (limited to '_includes') 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 %} - - - - - - - - - - - - {{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | truncate: 64 | xml_escape }} - - - - - - - - - - - - - + + + + + + + + + {% for tag in site.data.meta_tags %} + + {% endfor %} + + + + + + + + + + + + {{ title }} + + + + + + + + + + + + + -- cgit v1.2.3