Add resume to home page

This commit is contained in:
2020-06-03 04:26:52 +00:00
parent 9bc09ceebc
commit 5abcd6f672
5 changed files with 45 additions and 19 deletions

View File

@@ -3,15 +3,15 @@
{% block content %}
<header>
<h1>{{ article.title }}</h1>
<div class="summary">
{{ article.summary }}
</div>
<p class="metadata">
{{ article.locale_date }}
{% if article.modified %}
— updated {{ article.locale_modified }}
{% endif %}
</p>
<div class="summary">
{{ article.summary }}
</div>
</header>
<hr />
<article>