aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/vintage/includes.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/vintage/includes.html')
-rw-r--r--tpl/vintage/includes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/vintage/includes.html b/tpl/vintage/includes.html
index 0cabc985..1c4ff79c 100644
--- a/tpl/vintage/includes.html
+++ b/tpl/vintage/includes.html
@@ -24,7 +24,7 @@
24 {/if} 24 {/if}
25 {if="!$hide_timestamps || $is_logged_in"} 25 {if="!$hide_timestamps || $is_logged_in"}
26 <meta property="article:published_time" content="{$link.created->format(DateTime::ATOM)}" /> 26 <meta property="article:published_time" content="{$link.created->format(DateTime::ATOM)}" />
27 {if="$link.updated"} 27 {if="!empty($link.updated)"}
28 <meta property="article:modified_time" content="{$link.updated->format(DateTime::ATOM)}" /> 28 <meta property="article:modified_time" content="{$link.updated->format(DateTime::ATOM)}" />
29 {/if} 29 {/if}
30 {/if} 30 {/if}