X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tpl%2Fdefault%2Fincludes.html;h=227f9b52ae805080ec089ff59b1d2e16d0ee0dfd;hb=refs%2Fpull%2F1530%2Fhead;hp=6c30d1bf8a432052df87b14709249e62e786ef51;hpb=92423ce58a316c8f3b4aeb0a510bcecf54e15d7c;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index 6c30d1bf..227f9b52 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -3,18 +3,22 @@ - - - - - + + + + + +{if="$formatter==='markdown'"} + +{/if} {loop="$plugins_includes.css_files"} - + {/loop} {if="is_file('data/user.css')"} - + {/if} - + {if="! empty($links) && count($links) === 1"} {$link=reset($links)} @@ -22,12 +26,12 @@ {$ogDescription=isset($link.description_src) ? $link.description_src : $link.description} - {if="$link.thumbnail"} + {if="!empty($link.thumbnail)"} {/if} {if="!$hide_timestamps || $is_logged_in"} - {if="$link.updated"} + {if="!empty($link.updated)"} {/if} {/if}