diff --git a/content/posts/dispatch-1-march-2023.md b/content/journal/dispatch-1-march-2023.md
similarity index 98%
rename from content/posts/dispatch-1-march-2023.md
rename to content/journal/dispatch-1-march-2023.md
index b3d16bf..59faa85 100644
--- a/content/posts/dispatch-1-march-2023.md
+++ b/content/journal/dispatch-1-march-2023.md
@@ -2,6 +2,8 @@
title: "Dispatch #1 (March 2023)"
date: 2023-03-02T12:18:17-05:00
draft: false
+tags:
+- dispatch
---
With the warm winter we've been having in NC, I've gotten to take Nev to and from daycare on the e-bike a whole bunch, which has been just fantastic. I'm wary of becoming too much of an evangelist, but it really does feel like they can replace cars for a lot of folks, and they're fun as hell.
diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss
index 327c386..f6cc61f 100644
--- a/themes/v2/assets/css/style.scss
+++ b/themes/v2/assets/css/style.scss
@@ -2,6 +2,7 @@ body {
font-family: monospace;
font-size: 18px;
padding: 50px;
+ line-height: 1.5em;
}
h1, h2, h3 {
diff --git a/themes/v2/layouts/_default/list.html b/themes/v2/layouts/_default/list.html
index 700faa4..8b13789 100644
--- a/themes/v2/layouts/_default/list.html
+++ b/themes/v2/layouts/_default/list.html
@@ -1,12 +1 @@
-{{ define "main" }}
-
- {{ range (where .Site.RegularPages "Type" "in" "posts") }}
-
- {{ .Title }}
- {{ .Date | time.Format "(2006-01-02)" }}
-
- {{ end }}
-
+ {{ .Title }} + {{ .Date | time.Format "(2006-01-02)" }} +
+ + {{ .Summary }} +