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 --- includes.html | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) (limited to 'includes.html') diff --git a/includes.html b/includes.html index 0350ef6..6c30d1b 100644 --- a/includes.html +++ b/includes.html @@ -2,19 +2,36 @@ + - - - - - - + + +{loop="$plugins_includes.css_files"} + +{/loop} {if="is_file('data/user.css')"} {/if} -{loop="$plugins_includes.css_files"} - -{/loop} - \ No newline at end of file + +{if="! empty($links) && count($links) === 1"} + {$link=reset($links)} + + + + {$ogDescription=isset($link.description_src) ? $link.description_src : $link.description} + + {if="$link.thumbnail"} + + {/if} + {if="!$hide_timestamps || $is_logged_in"} + + {if="$link.updated"} + + {/if} + {/if} + {loop="link.taglist"} + + {/loop} +{/if} -- cgit v1.2.1