diff options
author | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:37 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-01-26 13:40:37 +0100 |
commit | 852613dece4e8216534c32f5b6c58e3d37697084 (patch) | |
tree | 03f96f2f82cceb2d4b654463b7ce0ef51c8658da /tpl/daily.html | |
parent | e57e364c7981da56c951143db0fc83ee4783e77b (diff) | |
parent | 38a2d03e34a309abee2b243738fdce1c4cb0be16 (diff) | |
download | Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.tar.gz Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.tar.zst Shaarli-852613dece4e8216534c32f5b6c58e3d37697084.zip |
Merge pull request #100 from virtualtam/daily-timestamp
daily: display link timestamps
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"} |