X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fincludes.html;h=0427e2243a37bc1dc0e2085ce6996772d8a682a9;hb=afe4377e4dbe548d871967a1bfd927115d089495;hp=c3b837f5de350bb683804f1f408767d4afafcf27;hpb=a0df06517bada0f811b464017ce385290e02c2bf;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/includes.html b/tpl/default/includes.html index c3b837f5..0427e224 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html @@ -1,15 +1,37 @@ {$pagetitle} - + - - - - -{if="is_file('inc/user.css')"}{/if} + + + + {loop="$plugins_includes.css_files"} - + {/loop} - +{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="$link.thumbnail"} + + {/if} + {if="!$hide_timestamps || $is_logged_in"} + + {if="$link.updated"} + + {/if} + {/if} + {loop="link.taglist"} + + {/loop} +{/if}