From 1792daae63e7798b19109ac819fc0ecf42d34627 Mon Sep 17 00:00:00 2001 From: r Date: Wed, 17 Jan 2024 10:11:17 +0000 Subject: Fix issues in the updated theme --- templates/thread.tmpl | 4 +--- templates/timeline.tmpl | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/thread.tmpl b/templates/thread.tmpl index 2426434..f32b065 100644 --- a/templates/thread.tmpl +++ b/templates/thread.tmpl @@ -1,8 +1,6 @@ {{with $s := .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -
-

Thread refresh

-
+

Thread refresh

{{range .Statuses}} diff --git a/templates/timeline.tmpl b/templates/timeline.tmpl index 5b02c5f..8de6705 100644 --- a/templates/timeline.tmpl +++ b/templates/timeline.tmpl @@ -1,8 +1,6 @@ {{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}} -
-

{{.Title}} refresh

-
+

{{.Title}} refresh

{{if eq .Type "remote"}}
-- cgit v1.2.3