diff --git a/entries/jinja2/entries/h-entry.html b/entries/jinja2/entries/h-entry.html index a27de65..8278a5b 100644 --- a/entries/jinja2/entries/h-entry.html +++ b/entries/jinja2/entries/h-entry.html @@ -37,12 +37,14 @@ {% for c in entry.cats.all() %} {{i}} - {{i}} {{ c.name }} + {{i}} + {{i}}{{ c.name }} {{i}} {% endfor %} {% for s in entry.syndications.all() %} {{i}} - {{i}} {{ s.profile }} + {{i}} + {{i}}{{ s.profile }} {{i}} {% endfor %} {{i}} diff --git a/entries/static/entries/css/h-entry.styl b/entries/static/entries/css/h-entry.styl index 2a40a3c..c52bfa4 100644 --- a/entries/static/entries/css/h-entry.styl +++ b/entries/static/entries/css/h-entry.styl @@ -51,4 +51,5 @@ ol.entries, div.entry > :last-child margin-bottom 0 .card-link + display inline-block font-size 0.8rem