mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-10 18:51:01 +01:00
Awesome: Improve date handling.
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
[~ _.each( r.extracurricular, function(cur) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ cur.role ]]} % Affiliation/role
|
||||
{[[ cur.organization ]]} % Organization/group
|
||||
{[[ cur.title ]]} % Affiliation/role
|
||||
{[[ cur.activity ]]} % Organization/group
|
||||
{[[ cur.location ]]} % Location
|
||||
{[[ h.dateRange(cur) ]]} % Date(s)
|
||||
{[~ if (cur.highlights && cur.highlights.length ) { ~]
|
||||
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
||||
[~ print( h.pad( cur.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||
[[ h.pad( cur.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ]]
|
||||
\end{cvitems}
|
||||
[~ } ~]}
|
||||
|
||||
|
Reference in New Issue
Block a user