From 61ab33828b7b68689cfb8242892b2d6a59ac8b51 Mon Sep 17 00:00:00 2001 From: Lucas Cimon Date: Tue, 24 Apr 2018 21:47:44 +0200 Subject: [PATCH] Adding templates/past_readings.html --- README.md | 2 +- ...7d6a1.css => bundle-SHORTSHA1-696f21a.css} | 2 +- static/main.css | 2 +- templates/base.html | 12 +++++++----- templates/past_readings.html | 19 +++++++++++++++++++ 5 files changed, 29 insertions(+), 8 deletions(-) rename static/{bundle-SHORTSHA1-e07d6a1.css => bundle-SHORTSHA1-696f21a.css} (99%) create mode 100755 templates/past_readings.html diff --git a/README.md b/README.md index a55f611..54e78ee 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ If you want to use the theme with search enabled (and probably you want it). ```python TAG_SAVE_AS = '' AUTHOR_SAVE_AS = '' - DIRECT_TEMPLATES = ('index', 'categories', 'archives') + DIRECT_TEMPLATES = ('index', 'categories', 'archives', 'past_readings') ``` If you want to use mg with search disabled. diff --git a/static/bundle-SHORTSHA1-e07d6a1.css b/static/bundle-SHORTSHA1-696f21a.css similarity index 99% rename from static/bundle-SHORTSHA1-e07d6a1.css rename to static/bundle-SHORTSHA1-696f21a.css index 834a1ec..a3ff7a8 100644 --- a/static/bundle-SHORTSHA1-e07d6a1.css +++ b/static/bundle-SHORTSHA1-696f21a.css @@ -392,7 +392,7 @@ a { img.mg-avatar { display: inline-block; max-width: 48%; - padding: .3rem; + padding: 0.3rem; } diff --git a/static/main.css b/static/main.css index 5a663f2..950cbdb 100644 --- a/static/main.css +++ b/static/main.css @@ -307,7 +307,7 @@ a { img.mg-avatar { display: inline-block; max-width: 48%; - padding: .3rem; + padding: 0.3rem; } diff --git a/templates/base.html b/templates/base.html index f042e52..4e63360 100644 --- a/templates/base.html +++ b/templates/base.html @@ -54,7 +54,7 @@ {% endif %} {% endblock %} - +