diff --git a/custom/static/css/main.css b/custom/static/css/main.css index 69dc063..e912a23 100644 --- a/custom/static/css/main.css +++ b/custom/static/css/main.css @@ -58,6 +58,22 @@ footer li { display: inline-block; } +.post-list { + list-style: none; + padding: 0; +} + +.post-list > li { + display: grid; + grid-template-columns: 35% 65%; + padding-bottom: .5em; +} + +.post-list time { + text-align: right; + padding-right: .8em; +} + pre { padding: 1rem; border: 1px solid black; diff --git a/custom/templates/index.html b/custom/templates/index.html index f38c20c..124ea3e 100644 --- a/custom/templates/index.html +++ b/custom/templates/index.html @@ -2,9 +2,11 @@ {% block title %}{{ SITENAME }}{% endblock %} {% block content %} {% block content_title %}{% endblock %} -