From 85c09fe3799db606a3d117c370bc63965e4a8554 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 9 Nov 2020 12:46:43 +0100 Subject: [PATCH] Vintage theme: fix routes in daily page --- tpl/vintage/daily.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tpl/vintage/daily.html b/tpl/vintage/daily.html index 74f6cdc7..28ba9f90 100644 --- a/tpl/vintage/daily.html +++ b/tpl/vintage/daily.html @@ -14,9 +14,9 @@
All links of one day
in a single page.
- {if="$previousday"} <Previous day{else}<Previous day{/if} + {if="$previousday"} <Previous day{else}<Previous day{/if} - - {if="$nextday"}Next day>{else}Next day>{/if} + {if="$nextday"}Next day>{else}Next day>{/if}
{loop="$daily_about_plugin"} @@ -52,13 +52,13 @@ {$link=$value}
{if="!$hide_timestamps || $is_logged_in"} {/if} {if="$link.tags"} -- 2.41.0