aboutsummaryrefslogtreecommitdiffhomepage
path: root/barf
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-02 14:54:11 -0400
committerBradley Taunt <bt@btxx.org>2024-07-02 14:54:11 -0400
commitb8e9e4184f6d8818558f5481fca962b7cf30d419 (patch)
treee6fdab6431b8b2eb681f1d356f751a9a008dbe8c /barf
parent62874c637e698af29be6206fb38dae46710b2e8c (diff)
Update posts homepage styling and include home link
Diffstat (limited to 'barf')
-rwxr-xr-xbarf2
1 files changed, 1 insertions, 1 deletions
diff --git a/barf b/barf
index bef6641..53750ca 100755
--- a/barf
+++ b/barf
@@ -35,7 +35,7 @@ index_html() {
# Intro text
$MARKDOWN index.md
- echo "<ul>"
+ echo "<ul class='posts'>"
# Posts
while read -r f title created; do