diff options
Diffstat (limited to 'tpl/daily.html')
-rw-r--r-- | tpl/daily.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/daily.html b/tpl/daily.html index c53e6f71..919795bb 100644 --- a/tpl/daily.html +++ b/tpl/daily.html | |||
@@ -30,7 +30,7 @@ | |||
30 | </div> | 30 | </div> |
31 | {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} | 31 | {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} |
32 | <div class="dailyEntryLinkdate"> | 32 | <div class="dailyEntryLinkdate"> |
33 | <a href="?{$link.linkdate|smallHash}">{$link.localdate}</a> | 33 | <a href="?{$link.linkdate|smallHash}">{function="strftime('%c', $link.timestamp)"}</a> |
34 | </div> | 34 | </div> |
35 | {/if} | 35 | {/if} |
36 | {if="$link.tags"} | 36 | {if="$link.tags"} |