From b95429005e06557f348a43bc7137bf6ffa4a0006 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 22 May 2017 10:54:43 +0200 Subject: including wiki features and implemented TOC --- _layouts/default.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d254aeb..88e4ec8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -8,6 +8,7 @@ {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} + {% if site.custom_head %} {% include head.html %} @@ -83,7 +84,8 @@ {% endif %} - +
+ {{ content }} {% if site.comments %} @@ -108,7 +110,7 @@ - {% if site.google_analytics %} + {% if site.google_analytics %} - {% endif %} + {% endif %} + + -- cgit