diff options
Diffstat (limited to 'tpl/default')
-rw-r--r-- | tpl/default/includes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/includes.html b/tpl/default/includes.html index d3d3c86f..428b8ee2 100644 --- a/tpl/default/includes.html +++ b/tpl/default/includes.html | |||
@@ -27,7 +27,7 @@ | |||
27 | {/if} | 27 | {/if} |
28 | {if="!$hide_timestamps || $is_logged_in"} | 28 | {if="!$hide_timestamps || $is_logged_in"} |
29 | <meta property="article:published_time" content="{$link.created->format(DateTime::ATOM)}" /> | 29 | <meta property="article:published_time" content="{$link.created->format(DateTime::ATOM)}" /> |
30 | {if="$link.updated"} | 30 | {if="!empty($link.updated)"} |
31 | <meta property="article:modified_time" content="{$link.updated->format(DateTime::ATOM)}" /> | 31 | <meta property="article:modified_time" content="{$link.updated->format(DateTime::ATOM)}" /> |
32 | {/if} | 32 | {/if} |
33 | {/if} | 33 | {/if} |