summaryrefslogtreecommitdiffhomepage
path: root/src/srp
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-14 02:57:10 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-14 02:57:10 +0100
commitebb2e8d6e7a981bf35c5df6d5b4ce5d9ec0429cb (patch)
tree4a0f814fd0bf32f0c60cce7365b40e9069182521 /src/srp
parent806ad9da7a8da5abbe353169ddadc5357779130c (diff)
Add dates to blog posts
Diffstat (limited to 'src/srp')
-rw-r--r--src/srp/index.gsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/srp/index.gsp b/src/srp/index.gsp
index f829644..ae8e597 100644
--- a/src/srp/index.gsp
+++ b/src/srp/index.gsp
@@ -29,8 +29,8 @@ html lang="en" {
p {-Posts:}
ul {
- li {a href="gsp" {-Writing an HTML Preprocessor (feat. Tree-Sitter)}}
- li {a href="fw-ec" {-Patching My Laptop’s Embedded Controller}}
+ m4_article(gsp, {-Writing an HTML Preprocessor (feat. Tree-Sitter)})
+ m4_article(fw-ec, {-Patching My Laptop’s Embedded Controller})
}
}