mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-08 09:51:01 +01:00
Awesome: Update from upstream.
Refresh files for "Awesome" theme, now driven by fluentdesk/Awesome-CV, a templatized fork of posquit0/Awesome-CV.
This commit is contained in:
@@ -1,20 +1,30 @@
|
||||
[~ if( r.speaking && r.speaking.length) { ~]
|
||||
[~ if (r.speaking && r.speaking.length) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Presentation}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
[~ _.each(r.speaking, function(pres) { ~]
|
||||
[~ _.each( r.speaking, function(spk) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ pres.title ]]}
|
||||
{[[ pres.event ]]}
|
||||
{[[ pres.location ]]}
|
||||
{[[ pres.safe.date ]]}
|
||||
[~ if (pres.highlights && pres.highlights.length) {
|
||||
~]{
|
||||
\begin{cvitems}
|
||||
[~ _.each(pres.highlights, function( high) {
|
||||
~]\item {[[ high ]]}[~ }); ~]
|
||||
{[[ spk.title ]]} % Role
|
||||
{[[ spk.event ]])} % Event
|
||||
{[[ spk.location ]]} % Location
|
||||
{[[ spk.date ]]} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s)
|
||||
[~ _.each( spk.highlights, function(high) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
[~ } else { ~]{ }[~ } ~]
|
||||
[~ }); ~]
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user