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:
@@ -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}
|
||||
[~ } ~]}
|
||||
|
||||
|
Reference in New Issue
Block a user