From 5a274f3caf74a9c03da09e7ad8c537bde1bccc42 Mon Sep 17 00:00:00 2001 From: teldra Date: Thu, 7 Apr 2022 16:32:28 +0200 Subject: [PATCH] small fixes --- config.toml | 2 ++ themes/buha/layouts/index.html | 8 -------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index f7badae9..1f4c5b59 100644 --- a/config.toml +++ b/config.toml @@ -30,6 +30,8 @@ featured = 'featured' #do you want a contact page? contact = true + + debug = true #do you want an archive? archive = true diff --git a/themes/buha/layouts/index.html b/themes/buha/layouts/index.html index 643b270e..313a63c3 100644 --- a/themes/buha/layouts/index.html +++ b/themes/buha/layouts/index.html @@ -5,14 +5,6 @@ {{ end }} {{ define "main" }} - {{ now }}
- {{ $diffp := now.AddDate 0 0 14 }} - {{ $diffn := now.AddDate 0 0 -14 }} - {{ $diffp }}
- {{ $diffn }}
- - - {{ partial "debug" (dict "context" . "filename" "index.html") }} {{ $s := .Site.Params }}