From 259e8ab7a3a7e607263ca07e53787d85881bab8a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 25 Sep 2018 19:13:16 +0200 Subject: Re-bumped much of the application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- _layouts/default.html | 3 +++ _layouts/post.html | 11 +---------- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to '_layouts') diff --git a/_layouts/default.html b/_layouts/default.html index 10b04b3..0adbf0d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -28,6 +28,9 @@ {% comment %}{% endcomment %} + {% comment %}{% endcomment %} + + {% comment %}{% endcomment %} diff --git a/_layouts/post.html b/_layouts/post.html index f8174f5..4b0b9dd 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -6,16 +6,7 @@ layout: default {{ page.title }}{% if page.subtitle %}. {{ page.subtitle }}{% endif %} - +{% include postmeta.html urltobeused="/" date=page.date tags=page.tags %} {{ content }} -- cgit v1.2.3