From: M. Taylor Saotome-Westlake Date: Mon, 5 Sep 2016 20:47:40 +0000 (-0700) Subject: show metadata box on the index, too X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=6ab4d8b1a912ce2b80892d9fce8f2ecff85cff74 show metadata box on the index, too --- diff --git a/theme/static/css/main.css b/theme/static/css/main.css index d10a6a7..9dcadd0 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -191,6 +191,7 @@ article.summary > div { margin-left: 28%; } +article .metadata, article.full .metadata, article.summary .metadata { padding: 1%; @@ -199,6 +200,7 @@ article.summary .metadata { font-style: italic; } +article .metadata, article.full .metadata { width: 25%; float: right; diff --git a/theme/templates/index.html b/theme/templates/index.html index 56079ac..233c8a8 100644 --- a/theme/templates/index.html +++ b/theme/templates/index.html @@ -6,6 +6,7 @@ {% for article in articles %}

{{ article.title }}

+ {% include 'metadata.inc.html' %} {{ article.content }}