diff --git a/static/css/poole.css b/static/css/poole.css index 66cc436..5becc32 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -352,6 +352,26 @@ tbody tr:nth-child(odd) th { color: #9a9a9a; } +.post-tags { + display: inline; + margin-bottom: 1rem; + color: #9a9a9a; +} +.post-tags ul { + margin: 0; + padding: 0; + display: inline; +} +.post-tags li { + display: inline; +} +.post-tags li:after { + content: ", "; +} +.post-tags li:last-child:after { + content: ""; +} + /* Related posts */ .related { padding-top: 2rem; diff --git a/templates/article.html b/templates/article.html index 79ba5de..de487f8 100644 --- a/templates/article.html +++ b/templates/article.html @@ -13,6 +13,18 @@
Tags:
+ +{{ article.summary }}