mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-10 18:51:01 +01:00
Awesome: Fix incorrect blank lines for LaTeX.
This commit is contained in:
@@ -7,15 +7,13 @@
|
||||
{[[ ex.activity ]]}
|
||||
{[[ ex.location ]]}
|
||||
{[[ ex.safe.start ]] - [[ ex.safe.end ]]}
|
||||
[~ if( ex.highlights && ex.highlights.length ) { ~]
|
||||
{
|
||||
[~ if( ex.highlights && ex.highlights.length ) {
|
||||
~]{
|
||||
\begin{cvitems}
|
||||
[~ _.each(ex.highlights, function(high) { ~]
|
||||
\item {[[high]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
[~ } else { ~]{ }[~ } ~]
|
||||
[~ _.each(ex.highlights, function(high) {
|
||||
~]\item {[[high]]}
|
||||
[~ }); ~]\end{cvitems}
|
||||
}[~ } else { ~]{ }[~ } ~]
|
||||
[~ }); ~]
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user