From 7ea0a1e26ba5b7c81d77919da49cb3c7d8e1c4d6 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 3 Aug 2021 14:22:31 +0200 Subject: [PATCH] dates for lists --- layouts/_default/list.html | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 1a1abce..3fb0edc 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,26 +1,26 @@ {{ define "main" }}
- {{ $listtitle := .Title }} - {{ if or .Title .Content }} -
- {{ with .Title }}

{{ . }}

{{ end }} - {{ with .Content }}
{{ . }}
{{ end }} -
+ {{ $listtitle := .Title }} + {{ if or .Title .Content }} +
+ {{ with .Title }}

{{ . }}

{{ end }} + {{ with .Content }}
{{ . }}
{{ end }} +
+ {{ end }} + + + {{ partial "pagination.html" . }}
{{ end }}