fix link
This commit is contained in:
parent
47a5ac5067
commit
d214121cd6
11 changed files with 85 additions and 69 deletions
|
@ -7,7 +7,7 @@
|
|||
{% block content %}
|
||||
<div class="posts">
|
||||
<h1 class="post-title">{{ section.title }}</h1>
|
||||
|
||||
|
||||
{%- if paginator %}
|
||||
{%- set show_pages = paginator.pages -%}
|
||||
{% else %}
|
||||
|
@ -20,7 +20,7 @@
|
|||
{{ post_macros::content(page=page, summary=true, show_only_description=page.extra.show_only_description | default(value=false)) }}
|
||||
</div>
|
||||
{% endfor -%}
|
||||
|
||||
|
||||
<div class="pagination">
|
||||
<div class="pagination__buttons">
|
||||
{%- if paginator.previous %}
|
||||
|
@ -42,4 +42,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue