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 }}