Changes or whatever
This commit is contained in:
parent
aaf2c39d16
commit
7fafd5b927
9 changed files with 42 additions and 19 deletions
|
@ -8,7 +8,7 @@
|
|||
<!-- If you are using pagination, section.pages will be empty.
|
||||
You need to use the paginator object -->
|
||||
{% for page in section.pages %}
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a> {{ page.date }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue