1
0
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:
hacksalot
2016-02-13 22:48:52 -05:00
parent 3d2b6318ed
commit a9f002e89a
14 changed files with 32 additions and 32 deletions

View File

@@ -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}
[~ } ~]}