diff options
Diffstat (limited to 'tpl/daily.html')
-rw-r--r-- | tpl/daily.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tpl/daily.html b/tpl/daily.html index e39ae7ab..c53e6f71 100644 --- a/tpl/daily.html +++ b/tpl/daily.html | |||
@@ -28,6 +28,11 @@ | |||
28 | <img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"> | 28 | <img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"> |
29 | </a> | 29 | </a> |
30 | </div> | 30 | </div> |
31 | {if="!$GLOBALS['config']['HIDE_TIMESTAMPS'] || isLoggedIn()"} | ||
32 | <div class="dailyEntryLinkdate"> | ||
33 | <a href="?{$link.linkdate|smallHash}">{$link.localdate}</a> | ||
34 | </div> | ||
35 | {/if} | ||
31 | {if="$link.tags"} | 36 | {if="$link.tags"} |
32 | <div class="dailyEntryTags"> | 37 | <div class="dailyEntryTags"> |
33 | {loop="link.taglist"} | 38 | {loop="link.taglist"} |