begin actual theming
This commit is contained in:
parent
51c0a6b30e
commit
d995b97ad8
5 changed files with 26 additions and 10 deletions
|
@ -6,7 +6,7 @@
|
|||
</h1>
|
||||
<ul>
|
||||
{% for page in section.pages %}
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
<li>{{ page.date }} <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue