X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fincludes.html;h=3e3fb6640a52b366af7c3ad96b23484c5000f9b4;hb=b99e00f7cd5f7e2090f44cd97bfb426db55340c2;hp=07a487bb03ae0249d64ecf24a98664444218307c;hpb=5ec4708ced1cdca01eddd7e52377ab5e5f8b3290;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 07a487bb..3e3fb664 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)}