diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 67c27f7..94370ec 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -18,8 +18,7 @@ {{ range $index, $page := $paginator.Pages }}
  • -

    {{ .Title }} -

    +

    {{ .Title }}

    {{ partial "development/draft_tag.html" . }}
    diff --git a/static/styles/main.css b/static/styles/main.css index 62853f4..abf7995 100644 --- a/static/styles/main.css +++ b/static/styles/main.css @@ -341,6 +341,7 @@ p { .post-list { margin-top: 1rem; + line-height: 1.4; } .post-list h1, @@ -349,7 +350,7 @@ p { .post-list h4, .post-list h5, .post-list h6 { - display: inline; + display: block; margin: 0; } @@ -361,10 +362,6 @@ p { margin-top: 2rem; } -.post-list time { - margin-left: 1rem; -} - .post-list article { color: gray; font-style: oblique;