update + some 88x31s
This commit is contained in:
parent
3b6e441d48
commit
9ee8582390
26 changed files with 89 additions and 14 deletions
|
@ -4,9 +4,10 @@
|
|||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
<ul>
|
||||
{{ section.content | safe }}
|
||||
<ul id="post-list">
|
||||
{% for page in section.pages %}
|
||||
<li>{{ page.date }} <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