X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tpl%2Fdefault%2Fincludes.html;h=d3d3c86fd713732389b7b61d34e86b3f52048794;hb=74c1d020793d9a7cae5f563776d6fc2f4155d627;hp=ca5c4f337faf536245ba65de25fbed955ee86d13;hpb=402b03464812aaec76bc841ca7dacb775baf1e03;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index ca5c4f33..d3d3c86f 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -2,19 +2,36 @@ + - - - - - - -{if="is_file('inc/user.css')"} - -{/if} + + {loop="$plugins_includes.css_files"} - + {/loop} - \ No newline at end of file +{if="is_file('data/user.css')"} + +{/if} + +{if="! empty($links) && count($links) === 1"} + {$link=reset($links)} + + + + {$ogDescription=isset($link.description_src) ? $link.description_src : $link.description} + + {if="!empty($link.thumbnail)"} + + {/if} + {if="!$hide_timestamps || $is_logged_in"} + + {if="$link.updated"} + + {/if} + {/if} + {loop="link.taglist"} + + {/loop} +{/if}