From 1c4f8fe871c040b76e09b65960c424abca4e2c90 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Thu, 28 Nov 2024 19:12:13 -0500 Subject: [PATCH] almost to what I consider okay for MVN --- TODO | 2 -- static/css/layout.css | 3 +++ templates/feed.xml | 2 +- templates/posts.html | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 54af8c7..1a2e240 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,4 @@ MVP necessary: -- add utm stuff -- make post list datetime elem in dd so html spec is happy (need css so it can be repositioned back to the right) - Fix articles with inline html in them and/or links MVP unneeded: diff --git a/static/css/layout.css b/static/css/layout.css index 3334a07..4055bb7 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -12,6 +12,9 @@ body { -webkit-font-smoothing: antialiased; } +.dt-subtitle { + margin-left:0px; +} a { font-weight: bold; diff --git a/templates/feed.xml b/templates/feed.xml index 22821cb..0f7b0b9 100644 --- a/templates/feed.xml +++ b/templates/feed.xml @@ -12,7 +12,7 @@ {{#posts}} {{title}} - + {{iso_date}} {{summary}} {{id}} diff --git a/templates/posts.html b/templates/posts.html index 3462919..cc1a6cb 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -2,7 +2,7 @@ {{#posts}}
{{title}}
- +

{{summary}}