From d54837450b420feea0eaf35fb4b3da4e4f629edf Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Sun, 15 Mar 2020 21:04:28 +0100 Subject: [PATCH] add _privew to the list of sessions/topics... --- themes/piratecare/layouts/session/list.html | 14 +++++++++----- themes/piratecare/layouts/topic/list.html | 12 ++++++++---- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/themes/piratecare/layouts/session/list.html b/themes/piratecare/layouts/session/list.html index 1552421..bcee13d 100644 --- a/themes/piratecare/layouts/session/list.html +++ b/themes/piratecare/layouts/session/list.html @@ -1,8 +1,12 @@ {{ define "main" }} - - +
{{ end }} diff --git a/themes/piratecare/layouts/topic/list.html b/themes/piratecare/layouts/topic/list.html index ee812d0..8142731 100644 --- a/themes/piratecare/layouts/topic/list.html +++ b/themes/piratecare/layouts/topic/list.html @@ -1,8 +1,12 @@ {{ define "main" }} - - + {{ $relpermalink = printf "%s%s" $relpermalink .RelPermalink }} +
> {{ .Title }}
+ {{ end }} +
{{ end }}