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