diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-23 18:53:40 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-23 18:53:40 +0100 |
commit | cbaaad38c9e3775a60ac1a2868706cfa784b307f (patch) | |
tree | 638a1412a80018ff1753d731a6a337e6260c4892 /src/cmd | |
parent | 14bf8033b27bba1e029c86ef26b8d53656543f4c (diff) |
Use unordered list instead of table on post index
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/load-test-data/test-data.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |