Customise site content

This commit is contained in:
2024-06-10 19:02:22 +01:00
parent 0d559a8281
commit 2ee338c381
33 changed files with 215 additions and 1368 deletions

View File

@@ -23,7 +23,7 @@ permalink: /resume
<span>{{ education-item.start_year }} — {{ education-item.end_year }} ({{ education-item.grade }})</span>
<p class="timeline-text">
{{ education-item.description }}
{{ education-item.description | markdownify }}
</p>
</li>
@@ -54,7 +54,7 @@ permalink: /resume
{% if experience-item.description %}
<p class="timeline-text">
{{ experience-item.description }}
{{ experience-item.description | markdownify }}
</p>
{% endif %}