From 68fb1e86f271907482a2b9e212c0489652f4024a Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Tue, 4 May 2021 23:37:17 +0200 Subject: [PATCH] let's have fun --- _layouts/page.html | 3 +++ _layouts/post.html | 1 + _posts/2019-02-07-darkweb.md | 1 + _sass/_elements.scss | 1 + _sass/_layout.scss | 24 ++++++++++++++++++++++++ index.html | 11 ++++++++--- 6 files changed, 38 insertions(+), 3 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 90ccbe7..2e5608a 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -10,3 +10,6 @@ layout: default +{% if page.url == '/about/' %} + +{% endif %} \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 4e31860..763f715 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -75,6 +75,7 @@ layout: default Published the {% include dates.html %}
{{ page.description }}