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

@@ -15,10 +15,10 @@
{[[ spk.title ]]} % Role
{[[ spk.event ]])} % Event
{[[ spk.location ]]} % Location
{[[ spk.date ]]} % Date(s)
{[[ h.date(spk.date) ]]} % Date(s)
{[~ if (r.speaking && r.speaking.length) { ~]
\begin{cvitems} % Description(s)
[~ print( h.pad( spk.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
[[ h.pad( spk.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ]]
\end{cvitems}
[~ } ~]}