Beginning of fighting the tagging and paging system.
This commit is contained in:
parent
7fafd5b927
commit
2bea4c6dfd
11 changed files with 81 additions and 38 deletions
|
@ -8,7 +8,12 @@
|
|||
<!-- 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> {{ page.date }}</li>
|
||||
<li>
|
||||
<a href="{{ page.permalink | safe }}">{{ page.title }}</a> - by {{ page.authors }},
|
||||
{{ page.date }}
|
||||
<br>
|
||||
{{ page.description }}
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue