fix: missing field
This commit is contained in:
parent
cbc500b0af
commit
804b2d89fe
|
@ -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 %}
|
||||
|
|
Reference in a new issue