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 %} - +