feature 2368 : added link rel canonical on picture page
git-svn-id: http://piwigo.org/svn/trunk@13048 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
366e0a9870
commit
6da9041c7f
2 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,8 @@
|
|||
{/foreach}
|
||||
|
||||
|
||||
{if isset($U_PREFETCH) }<link rel="prefetch" href="{$U_PREFETCH}">{/if}
|
||||
{if isset($U_PREFETCH)}<link rel="prefetch" href="{$U_PREFETCH}">{/if}
|
||||
{if isset($U_CANONICAL)}<link rel="canonical" href="{$U_CANONICAL}">{/if}
|
||||
|
||||
{if not empty($page_refresh) }<meta http-equiv="refresh" content="{$page_refresh.TIME};url={$page_refresh.U_REFRESH}">{/if}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue