FIX experience description error

This commit is contained in:
salamimitpizza 2017-02-02 21:20:48 +01:00
parent 7d6cda867e
commit e1b330222f
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@
<p>A collection of beautiful resumes build with LESS and Mustache Templates. Choose your favorite Curriculum Vitae and easily export it as pdf.</p>
<h2 id="resumes">Resumes</h2>
<p><a href="resumes/resume-1/resume-1.png"><img src="resumes/resume-1/resume-1.png" width="150"/></a>
<a href="resumes/resume-2/resume-2.png"><img src="resumes/resume-2/resume-2.png" width="150"/></a></p>
<a href="resumes/resume-2/resume-2.png"><img src="resumes/resume-2/resume-2.png" width="150"/></a>
<a href="resumes/resume-3/resume-3.png"><img src="resumes/resume-3/resume-3.png" width="150"/></a></p>
<h2 id="install">Install</h2>
<p>Follow these instructions to create your own CV:</p>
<ul>

View File

@ -29,7 +29,7 @@
<div class="row">
<span class="time-period"> {{timeperiod}}</span>
<span class="job-description"> {{description}} </span>
<span class="job-description">, {{description}} </span>
</div>
</div>
{{/person.experience}}