diff --git a/src/cmd/load-test-data/test-data.yml b/src/cmd/load-test-data/test-data.yml index 51a08c5..01030b7 100644 --- a/src/cmd/load-test-data/test-data.yml +++ b/src/cmd/load-test-data/test-data.yml @@ -65,7 +65,7 @@ published_posts: - id: empty-test title: Empty Test - description: A post with no content. Might as well test it. + description: tags: - foo - bar diff --git a/src/http/static/mediocre.css b/src/http/static/mediocre.css index f588fa1..0187543 100644 --- a/src/http/static/mediocre.css +++ b/src/http/static/mediocre.css @@ -89,6 +89,10 @@ ul { list-style: circle; } +ul li { + margin-bottom: 1rem; +} + hr { margin: 2rem 0 2rem 0; border-color: var(--nc-bg-3); diff --git a/src/http/tpl/index.html b/src/http/tpl/index.html index 224c6d9..c1aa1f4 100644 --- a/src/http/tpl/index.html +++ b/src/http/tpl/index.html @@ -11,28 +11,18 @@

{{ end }} - - - - - - - - - {{ range .Payload.Posts }} - - - - - - {{ end }} -
{{ DateTimeFormat .PublishedAt }}{{ .Title }}{{ .Description }}
- - {{ if ge .Payload.NextPage 0 }} -

- Next Page > > -

+ {{ end }}