diff --git a/content/media/css/custom.css b/content/media/css/custom.css index d8c5928..991bdf3 100644 --- a/content/media/css/custom.css +++ b/content/media/css/custom.css @@ -2,6 +2,15 @@ font-size: 80%; } +.prevnext { + text-align: center; +} + +p.posted { + margin-top: .5em; + margin-bottom: .5em; +} + a.headerlink { /* give some space to para links */ margin-left: .2em; @@ -14,7 +23,9 @@ a.headerlink { } ul.tags { - list-style-type: none; + list-style-type: none; + margin-top: .2em; + margin-bottom: .2em; } ul.tags li { diff --git a/layout/blog.j2 b/layout/blog.j2 index b7abd26..58de8fe 100644 --- a/layout/blog.j2 +++ b/layout/blog.j2 @@ -8,7 +8,7 @@
Posted: {{ resource.meta.created.strftime('%B %e, %Y') }} at {{ resource.meta.time }}
+Posted: {{ resource.meta.created.strftime('%B %e, %Y') }} at {{ resource.meta.time }}
{% if resource.meta.tags %}