]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/includes.html
Merge pull request #1688 from ArthurHoaro/fix/bulk-single-url
[github/shaarli/Shaarli.git] / tpl / default / includes.html
index 3e3fb6640a52b366af7c3ad96b23484c5000f9b4..6be2a2ea7ef628a18e3f49c5ad2b15299cfbebd4 100644 (file)
@@ -19,7 +19,7 @@
 {/if}
 <link rel="search" type="application/opensearchdescription+xml" href="{$base_path}/open-search#"
       title="Shaarli search - {$shaarlititle}" />
-{if="! empty($links) && count($links) === 1"}
+{if="$template === 'linklist' && ! empty($links) && count($links) === 1"}
   {$link=reset($links)}
   <meta property="og:title" content="{$link.title}" />
   <meta property="og:type" content="article" />