X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tpl%2Fdefault%2Fincludes.html;h=09768ac47905908bc5cbc274e230a407541bd946;hb=543b16b4f4bbde4e9857490e2175e44b4d941eb3;hp=07a487bb03ae0249d64ecf24a98664444218307c;hpb=5ec4708ced1cdca01eddd7e52377ab5e5f8b3290;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 07a487bb..09768ac4 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -3,21 +3,21 @@ - - - - - -{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"} {$link=reset($links)}