small fixes

This commit is contained in:
teldra 2022-04-07 16:32:28 +02:00
parent 2a624f098f
commit 5a274f3caf
2 changed files with 2 additions and 8 deletions

View File

@ -30,6 +30,8 @@ featured = 'featured'
#do you want a contact page?
contact = true
debug = true
#do you want an archive?
archive = true

View File

@ -5,14 +5,6 @@
{{ end }}
{{ define "main" }}
{{ now }}<br>
{{ $diffp := now.AddDate 0 0 14 }}
{{ $diffn := now.AddDate 0 0 -14 }}
{{ $diffp }}<br>
{{ $diffn }}<br>
{{ partial "debug" (dict "context" . "filename" "index.html") }}
{{ $s := .Site.Params }}