From 89ddf11787bbe7563dd9af9232ecdd39c5528483 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 31 May 2018 02:53:29 +0400 Subject: Page title Signed-off-by: Valentin Popov --- _includes/head.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _includes/head.html diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..ca9b0dc --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,26 @@ + + + + + + + + + + {% 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 }} + + + + + + + + + -- cgit v1.2.3