fix: removed whitespace
This commit is contained in:
parent
57b8c8d887
commit
00993eff79
|
@ -34,7 +34,7 @@ username: Laureηt
|
||||||
<h2>Working experience</h2>
|
<h2>Working experience</h2>
|
||||||
{% for work in resume.works %}
|
{% for work in resume.works %}
|
||||||
<section>
|
<section>
|
||||||
<h3>{{ work.title }} <small> {{ work.date }}</small></h3>
|
<h3>{{ work.title }} <small>{{ work.date }}</small></h3>
|
||||||
<p>{{ work.description }}</p>
|
<p>{{ work.description }}</p>
|
||||||
</section>
|
</section>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Reference in a new issue