From 5c677a0c5495a4194462facbd1fc740d86830e52 Mon Sep 17 00:00:00 2001 From: "martin@ashbysoft.com" Date: Tue, 9 Nov 2021 21:56:13 +0000 Subject: Add RSS link. Don't center footer content. Add title to content list --- themes/XMin/layouts/partials/foot_custom.html | 13 +++++++++++++ themes/XMin/static/css/style.css | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/XMin/layouts/partials/foot_custom.html b/themes/XMin/layouts/partials/foot_custom.html index e69de29..73b86a3 100644 --- a/themes/XMin/layouts/partials/foot_custom.html +++ b/themes/XMin/layouts/partials/foot_custom.html @@ -0,0 +1,13 @@ + + + RSS + + diff --git a/themes/XMin/static/css/style.css b/themes/XMin/static/css/style.css index 4dc3ae4..48b563e 100644 --- a/themes/XMin/static/css/style.css +++ b/themes/XMin/static/css/style.css @@ -14,7 +14,7 @@ body { padding: 5px; border-radius: 5px; } -.menu, .article-meta, footer { text-align: center; } +.menu, .article-meta { text-align: center; } .title { font-size: 1.1em; } footer a { text-decoration: none; } hr { -- cgit v1.2.3-ZIG