summaryrefslogtreecommitdiff
path: root/theme/templates/author.html
blob: 0b372902d5552cb93a0eed266b6fd851f63bd1be (plain)
1
2
{% extends "index.html" %}
{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}
span class="k">if articles_page.has_previous() %} {% if articles_page.previous_page_number() == 1 %} <a href="{{ SITEURL }}/{{ page_name }}.html">&#60;&#60;</a> {% else %} <a href="{{ SITEURL }}/{{ page_name }}{{ articles_page.previous_page_number() }}.html">&#60;&#60;</a> {% endif %} {% endif %} Page {{ articles_page.number }} sur {{ articles_paginator.num_pages }} {% if articles_page.has_next() %} <a href="{{ SITEURL }}/{{ page_name }}{{ articles_page.next_page_number() }}.html">&#62;&#62;</a> {% endif %} </nav> {% endif%}