diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-05 14:45:24 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-07-05 14:45:24 +0300 |
commit | dccc5e9864bb8e5923d633848860d39e4d92e46c (patch) | |
tree | b083eb048be02d10d0497d1f4b750f504f990366 /layouts/shortcodes | |
parent | 2c05edfd800690b04d8b1d5529a17276cf6eccd3 (diff) |
v2 Dev Preview 1
Diffstat (limited to 'layouts/shortcodes')
-rw-r--r-- | layouts/shortcodes/track.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/track.html b/layouts/shortcodes/track.html index 0c0c67f..3a80221 100644 --- a/layouts/shortcodes/track.html +++ b/layouts/shortcodes/track.html @@ -1 +1 @@ -<p class="faded">{{ dateFormat "02 Jan 2006 15:04" (.Get 0) }}</p> +<span class="faded">({{ dateFormat "Jan 02, 2006 - 15:04" (.Get 0) }})</span> |