mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add section open and close in the notmyidea theme.
This commit is contained in:
parent
a54fbafd7c
commit
4702dd896b
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
<section id="content" class="body">
|
||||||
<h1>Archives for {{ SITENAME }}</h1>
|
<h1>Archives for {{ SITENAME }}</h1>
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
@ -10,4 +11,5 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</dl>
|
</dl>
|
||||||
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue