fix: missing field

This commit is contained in:
Laureηt 2021-05-21 12:26:39 +02:00
parent cbc500b0af
commit 804b2d89fe

View file

@ -75,9 +75,7 @@ permalink: "resume/{{ resume.locale }}/index.html"
<ul>
{% for read in resume.reading %}
<li>
{% if read.type == 'website' %}
<a href="{{ read.url }}">{{ read.title | safe }}</a>
{% endif %}
</li>
{% endfor %}
</ul>
@ -136,6 +134,7 @@ permalink: "resume/{{ resume.locale }}/index.html"
<li class="event">
{{ edu.title }}<br>
<a href="{{ edu.url }}">{{ edu.institution }}</a>
<br>{{ edu.eqv }}
</li>
<li class="year">{{ edu.start }}</li>
{% endfor %}