1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-08-08 09:51:01 +01:00

Awesome: Improve date handling.

This commit is contained in:
hacksalot
2016-02-13 22:48:52 -05:00
parent 3d2b6318ed
commit a9f002e89a
14 changed files with 32 additions and 32 deletions

View File

@@ -21,7 +21,7 @@
{[[ rgn.title ]]} % Award
{[[ rgn.from ]]} % Event
{[[ rgn.location ]]} % Location
{[[ rgn.date ]]} % Date(s)
{[[ h.date(rgn.date) ]]} % Date(s)
[~ }); ~]
%---------------------------------------------------------
@@ -44,7 +44,7 @@
{[[ rgn.title ]]} % Award
{[[ rgn.from ]]} % Event
{[[ rgn.location ]]} % Location
{[[ rgn.date ]]} % Date(s)
{[[ h.date(rgn.date) ]]} % Date(s)
[~ }); ~]
%---------------------------------------------------------