improve blog
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
{% block content %}
|
||||
<div class="columns is-multiline mt-6">
|
||||
{% for page in paginator.pages %}
|
||||
{{ macro_card::create_card(link=page.permalink, img=page.extra.image, title=page.title, subtitle="la génèse", abstract=page.summary, tags=page.taxonomies.tags, date=page.date) }}
|
||||
{{ macro_card::create_card(link=page.permalink, img=page.extra.image, title=page.title, subtitle="la génèse", abstract=page.summary, tags=page.taxonomies.Tag, date=page.date) }}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<nav class="pagination is-rounded" role="navigation" aria-label="pagination">
|
||||
<ul class="pagination-list" style="justify-content: center;">
|
||||
<nav class="pagination is-rounded is-centered" role="navigation" aria-label="pagination">
|
||||
<ul class="pagination-list">
|
||||
{% if paginator.current_index > 2 %}
|
||||
<li><a href="{{ paginator.first }}" class="pagination-link" aria-label="Page 1">1</a></li>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user