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/base.html | 11 ++++++----- templates/index.html | 11 ++++++++--- templates/weblog.html | 8 ++++---- templates/weblog_archive.html | 2 +- 4 files changed, 19 insertions(+), 13 deletions(-) (limited to 'templates') diff --git a/templates/base.html b/templates/base.html index c64b27d..f341e32 100644 --- a/templates/base.html +++ b/templates/base.html @@ -51,9 +51,6 @@ - - -

Navigation

-

Contact

-

If you want to tell me something, you can contact me by email at:

+

RSS Feeds

+ +

Email

contact@yaroslavps.com

PGP

BD900E5D624046DC diff --git a/templates/index.html b/templates/index.html index a9ef8c2..4dfd843 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,17 +13,22 @@ - - -

Welcome, my name is Yaroslav de la Peña Smirnov. I keep this site to sometimes write about what I do or think on my weblog, or to remind myself of how to do certain things. You can take a look around, maybe you'll find something interesting or useful.

+

Getting in contact

If you want to contact me, you can do so by email at: contact@yaroslavps.com

Public PGP key: BD900E5D624046DC

+

RSS feeds

+

If you are interested in following what I may publish here (however often it + may be), you can add these RSS/Atom urls to your favorite RSS reader:

+ {% endblock %} 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 %} diff --git a/templates/weblog_archive.html b/templates/weblog_archive.html index b06bdb2..cd507ba 100644 --- a/templates/weblog_archive.html +++ b/templates/weblog_archive.html @@ -9,7 +9,7 @@ Weblog archive - Yaroslav's weblog {% set section = get_section(path="weblog/_index.md") %}
{% for year, posts in section.pages | group_by(attribute="year") %} -

{{ year }}

+

{{ year }}