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