Skip to content

Commit 411c79f

Browse files
Update page.html
1 parent 69feabf commit 411c79f

1 file changed

Lines changed: 2 additions & 18 deletions

File tree

theme/templates/page.html

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{% extends "!simple/page.html" %}
22

3-
{% block content %}
4-
<article>
5-
<header>
6-
<h2>{{ page.title }}</h2>
7-
</header>
8-
{% import 'translations.html' as translations with context %}
9-
{{ translations.translations_for(page) }}
10-
3+
{% block page_content %}
114
{% if page.links %}
125
<div class="aio-post-links">
136
{% for link in page.links %}
@@ -16,14 +9,5 @@ <h2>{{ page.title }}</h2>
169
</div>
1710
{% endif %}
1811

19-
{{ page.content }}
20-
21-
{% if page.modified %}
22-
<footer>
23-
<p>
24-
Last updated: {{ page.locale_modified }}
25-
</p>
26-
</footer>
27-
{% endif %}
28-
</article>
12+
{{ super() }}
2913
{% endblock %}

0 commit comments

Comments
 (0)