From f078c475312b91b50f1a72d5ba8907ed8d715e15 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 6 Aug 2018 06:05:27 +0200 Subject: update --- _layouts/index.html | 4 ++-- _layouts/post.html | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to '_layouts') diff --git a/_layouts/index.html b/_layouts/index.html index ed369a4..7c546a2 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -23,8 +23,8 @@ diff --git a/_layouts/post.html b/_layouts/post.html index 3c80ab1..95dd3f0 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -19,7 +19,13 @@ {% include header.html %}
- {{ content }} + +

{{ page.title }}

+ + + + {{ content }} +
{% include footer.html %} -- cgit v1.2.3