fix: removed whitespace

This commit is contained in:
Laureηt 2020-11-26 23:36:51 +01:00
parent 57b8c8d887
commit 00993eff79

View file

@ -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 %}