Skip to content

Commit

Permalink
fixup! Update about page and add resume
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Jun 15, 2024
1 parent 7a6bdc1 commit 1aa0010
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions theme/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
{% block indextitle %}{% endblock %}
{% block title %}{{ page.title }} - {{ SITENAME }}{% endblock %}
{% block content %}
<div class='page-content'>
<h2 class="article-title">{{ page.title }}</h2>
<div>{{ page.content }}</div>
</div>
<div class='page-content'>
<div>{{ page.content }}</div>
</div>
{% endblock %}

0 comments on commit 1aa0010

Please sign in to comment.