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

Awesome: Adjust whitespace.

This commit is contained in:
hacksalot
2016-02-11 22:00:34 -05:00
parent c7db59a5b9
commit 3d2b6318ed
10 changed files with 32 additions and 52 deletions

View File

@@ -16,13 +16,11 @@
{[[ job.employer ]]} % Organization
{[[ job.location ]]} % Location
{[~ print( h.dateRange( job ) ) ~]} % Date(s)
{
{[~ if (job.highlights && job.highlights.length ) { ~]
\begin{cvitems} % Description(s) of tasks/responsibilities
[~ _.each( job.highlights, function (high) { ~]
\item {[[ high ]]}
[~ }); ~]
[~ print( h.pad( job.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
\end{cvitems}
}
[~ } ~]}
[~ }); ~]
%---------------------------------------------------------