From e1e025823c6e868e59cde9ecc8fa495ee45de7bc Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 28 Aug 2019 12:21:29 +0200 Subject: Update theme to current shaarli version --- daily.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'daily.html') diff --git a/daily.html b/daily.html index 29d845d..6b5103a 100644 --- a/daily.html +++ b/daily.html @@ -1,5 +1,5 @@ - + {include="includes"} @@ -44,7 +44,12 @@
-

{function="format_date($dayDate, false)"}

+

+ {if="!empty($dayDesc)"} + {$dayDesc} - + {/if} + {function="format_date($dayDate, false)"} +

{loop="$daily_about_plugin"} @@ -69,9 +74,12 @@ {$link.title}
- {$thumb=thumbnail($value.url)} - {if="$thumb!=false"} -
{$thumb}
+ {if="$thumbnails_enabled && !empty($link.thumbnail)"} +
+ thumbnail +
{/if}
{$link.formatedDescription}
{if="$link.tags"} @@ -83,7 +91,7 @@ {/loop}
{/if} -
+
{loop="$link.link_plugin"} {$value} {/loop} @@ -108,6 +116,7 @@
{include="page.footer"} + -- cgit v1.2.1