X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tpl%2Fvintage%2Fincludes.html;h=4fd78467e54d1cecd06115631861bc554a9448e2;hb=9e55beebfdbc7c8db8590792479689322b92a235;hp=410b466b1b5d8f1954c90b4bdfdbec5f1fd0115b;hpb=14dd77ad7ee02002b6b7fc84126253be5c65fa17;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/vintage/includes.html b/tpl/vintage/includes.html index 410b466b..4fd78467 100644 --- a/tpl/vintage/includes.html +++ b/tpl/vintage/includes.html @@ -3,12 +3,36 @@ - - - - + + + + +{if="$formatter==='markdown'"} + +{/if} {loop="$plugins_includes.css_files"} - + {/loop} -{if="is_file('data/user.css')"}{/if} - +{if="is_file('data/user.css')"}{/if} + +{if="$template === 'linklist' && ! 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="!empty($link.updated)"} + + {/if} + {/if} + {loop="link.taglist"} + + {/loop} +{/if}