From ec29bebbda2a278e78da1a0f91bd7a8e100d5dd7 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Fri, 2 Oct 2020 02:09:59 +0300 Subject: Style changes Mainly changes to the color palette of the site, but also added a background image and increased the maximum width of the main container. Also added separate links for the RSS feeds of the weblog and recipe book. --- templates/weblog.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/weblog.html') diff --git a/templates/weblog.html b/templates/weblog.html index 06673ee..253f79e 100644 --- a/templates/weblog.html +++ b/templates/weblog.html @@ -35,12 +35,12 @@ {% if paginator.number_pagers > 1 %}
{% if paginator.previous %} - First - Page {{ paginator.current_index - 1 }} + |← First + Page {{ paginator.current_index - 1 }} {% endif %} {% if paginator.next %} - Page {{ paginator.current_index + 1 }} - Last + Page {{ paginator.current_index + 1 }} + Last →| {% endif %}
{% endif %} -- cgit v1.2.3