From 415ad9fef554d8ee5698326aacb1eeba8368f131 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Mon, 16 Mar 2020 01:15:00 +0100 Subject: [PATCH] hm... did i do all of this to go back to the same and it works... --- themes/piratecare/layouts/session/list.html | 2 +- themes/piratecare/layouts/topic/list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/piratecare/layouts/session/list.html b/themes/piratecare/layouts/session/list.html index acd9416..9a7c958 100644 --- a/themes/piratecare/layouts/session/list.html +++ b/themes/piratecare/layouts/session/list.html @@ -7,7 +7,7 @@ {{ else }} {{ $relpermalink = .RelPermalink }} {{ end }} -
> {{ .Title }}
+
> {{ .Title }}
{{ end }}
{{ end }} diff --git a/themes/piratecare/layouts/topic/list.html b/themes/piratecare/layouts/topic/list.html index bba4f08..e242875 100644 --- a/themes/piratecare/layouts/topic/list.html +++ b/themes/piratecare/layouts/topic/list.html @@ -7,7 +7,7 @@ {{ else }} {{ $relpermalink = .RelPermalink }} {{ end }} -
> {{ .Title }}
+
> {{ .Title }}
{{ end }}
{{ end }}