X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fincludes.html;h=6be2a2ea7ef628a18e3f49c5ad2b15299cfbebd4;hb=e570cc8b1aac8ce879987594e6cb6a048ff83186;hp=3820a4f7ea14c6799820ede1c878b1be6b8810b5;hpb=cf92b4dd1521241eefc58eaf6dcd202cd83969d8;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 3820a4f7..6be2a2ea 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -3,22 +3,23 @@ - - - - - -{if="$formatter==='markdown'"} - + + + + + +{if="strpos($formatter, 'markdown') !== false"} + {/if} {loop="$plugins_includes.css_files"} - + {/loop} {if="is_file('data/user.css')"} - + {/if} - -{if="! empty($links) && count($links) === 1"} + +{if="$template === 'linklist' && ! empty($links) && count($links) === 1"} {$link=reset($links)}