diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-28 16:16:44 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-12-12 03:03:12 +0100 |
commit | 01878a75b93b9966f7366ea2937c118bbc3e459e (patch) | |
tree | 92286b70b4dd67a1bbd8d030fac6c0a70f64ded0 /tpl/daily.html | |
parent | 1dc37f9cf8397e6050c4d5d981da263e6333a849 (diff) | |
download | Shaarli-01878a75b93b9966f7366ea2937c118bbc3e459e.tar.gz Shaarli-01878a75b93b9966f7366ea2937c118bbc3e459e.tar.zst Shaarli-01878a75b93b9966f7366ea2937c118bbc3e459e.zip |
Apply the new ID system accros the whole codebase
Diffstat (limited to 'tpl/daily.html')
-rw-r--r-- | tpl/daily.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/daily.html b/tpl/daily.html index b82ad483..eba0af3b 100644 --- a/tpl/daily.html +++ b/tpl/daily.html | |||
@@ -49,13 +49,13 @@ | |||
49 | {$link=$value} | 49 | {$link=$value} |
50 | <div class="dailyEntry"> | 50 | <div class="dailyEntry"> |
51 | <div class="dailyEntryPermalink"> | 51 | <div class="dailyEntryPermalink"> |
52 | <a href="?{$link.linkdate|smallHash}"> | 52 | <a href="?{$value.shorturl}"> |
53 | <img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"> | 53 | <img src="../images/squiggle2.png" width="25" height="26" title="permalink" alt="permalink"> |
54 | </a> | 54 | </a> |
55 | </div> | 55 | </div> |
56 | {if="!$hide_timestamps || isLoggedIn()"} | 56 | {if="!$hide_timestamps || isLoggedIn()"} |
57 | <div class="dailyEntryLinkdate"> | 57 | <div class="dailyEntryLinkdate"> |
58 | <a href="?{$link.linkdate|smallHash}">{function="strftime('%c', $link.timestamp)"}</a> | 58 | <a href="?{$value.shorturl}">{function="strftime('%c', $link.timestamp)"}</a> |
59 | </div> | 59 | </div> |
60 | {/if} | 60 | {/if} |
61 | {if="$link.tags"} | 61 | {if="$link.tags"} |