From db5494dff0b2b8b344f37a2fa1d2f8b9c450098f Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 6 Jan 2018 12:12:53 +0000 Subject: Initial commit --- _includes/head.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 _includes/head.html (limited to '_includes/head.html') diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..b4db74a --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,21 @@ + + + + + + {% if page.title == "Home" %} + {{ site.title }} + {% else %} + {{ page.title }} · {{ site.title }} + {% endif %} + + + + + + + + + + + -- cgit v1.2.3