diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 13:28:43 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-11-05 14:29:57 +0100 |
commit | bdf4566ab0650204c4586033a73a3858ddf279fd (patch) | |
tree | 766563b5d1c56b64f033c69d6bdf227435795163 /tpl/default/linklist.html | |
parent | c8f0a06d801d1e6405f5d86b45ba5967a6569c8c (diff) | |
download | Shaarli-bdf4566ab0650204c4586033a73a3858ddf279fd.tar.gz Shaarli-bdf4566ab0650204c4586033a73a3858ddf279fd.tar.zst Shaarli-bdf4566ab0650204c4586033a73a3858ddf279fd.zip |
Use new header plugin placeholders
Diffstat (limited to 'tpl/default/linklist.html')
-rw-r--r-- | tpl/default/linklist.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tpl/default/linklist.html b/tpl/default/linklist.html index e6b04188..5ca7923d 100644 --- a/tpl/default/linklist.html +++ b/tpl/default/linklist.html | |||
@@ -110,9 +110,11 @@ | |||
110 | <div class="linklist-item-infos-dateblock pure-u-lg-3-8 pure-u-1"> | 110 | <div class="linklist-item-infos-dateblock pure-u-lg-3-8 pure-u-1"> |
111 | <a href="?{$value.shorturl}" title="{'Permalink'|t}"> | 111 | <a href="?{$value.shorturl}" title="{'Permalink'|t}"> |
112 | {if="!$hide_timestamps || isLoggedIn()"} | 112 | {if="!$hide_timestamps || isLoggedIn()"} |
113 | <span class="linkdate"> | 113 | {$updated=$value.updated_timestamp ? 'Edited: '. strftime('%c', $value.updated_timestamp) : 'Permalink'} |
114 | <span class="linkdate" title="{$updated}"> | ||
114 | <i class="fa fa-clock-o"></i> | 115 | <i class="fa fa-clock-o"></i> |
115 | {function="strftime('%d %B %Y %H:%M', $value.timestamp)"} · | 116 | {function="strftime('%d %B %Y %H:%M', $value.timestamp)"}{if="$value.updated_timestamp"}*{/if} |
117 | · | ||
116 | </span> | 118 | </span> |
117 | {/if} | 119 | {/if} |
118 | {'permalink'|t} | 120 | {'permalink'|t} |