From 010c825a8df1ef8606ce47840ca66984bcf68127 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 19 Apr 2021 14:38:42 -0700 Subject: [PATCH] add the atom feed link to the bottom of the page. --- content/media/css/custom.css | 4 ++++ layout/base.j2 | 21 ++++++++++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/content/media/css/custom.css b/content/media/css/custom.css index 96f25ac..140df2c 100644 --- a/content/media/css/custom.css +++ b/content/media/css/custom.css @@ -64,6 +64,10 @@ ul.tags li { display: inline-block; } +ul.footer { + padding-left: 0; +} + pre { white-space: pre-wrap; } diff --git a/layout/base.j2 b/layout/base.j2 index bc3e527..d5b4521 100644 --- a/layout/base.j2 +++ b/layout/base.j2 @@ -94,15 +94,22 @@ {% block main %} {% endblock main %} {% endblock container %} - + + + {% endblock content%} {% block js %}