From 1cee24fe2365b4a41fe6735446c8066be559f019 Mon Sep 17 00:00:00 2001 From: Konsta 'sooda' Hölttä Date: Sat, 27 May 2017 14:49:38 +0300 Subject: initial commit: ripoff from gt-web there's still a bunch of useless css things but norri will deal with it --- _includes/head.html | 11 +++++++++++ 1 file changed, 11 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..f62ab63 --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,11 @@ + + + + + {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} + + + + + + -- cgit v1.3