aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/daily.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2015-03-12 21:57:19 +0100
committernodiscc <nodiscc@gmail.com>2015-03-31 13:19:07 +0200
commitbec18701801cc140d760c261dd115fda1507a0dd (patch)
treecde4d11ddc75202e85b6d0f307d2b8523aa6c487 /tpl/daily.html
parent129ff3c2e50154d563de12c85ec7597df5bded5a (diff)
downloadShaarli-bec18701801cc140d760c261dd115fda1507a0dd.tar.gz
Shaarli-bec18701801cc140d760c261dd115fda1507a0dd.tar.zst
Shaarli-bec18701801cc140d760c261dd115fda1507a0dd.zip
Define date format in templates instead of index.php.
Diffstat (limited to 'tpl/daily.html')
-rw-r--r--tpl/daily.html2
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"}