summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2025-11-12 20:39:18 -0600
committerGitHub <[email protected]>2025-11-12 20:39:18 -0600
commit1f4a0a76cd1872468396a59e86fc5cab9fb2d40e (patch)
treea929c1eedb25d1f78a8767bd18ba167db8587459
parent623b02cccb4126b4eff71c54c5ad0cbc327af48e (diff)
downloadccleberg-1f4a0a76cd1872468396a59e86fc5cab9fb2d40e.tar.gz
ccleberg-1f4a0a76cd1872468396a59e86fc5cab9fb2d40e.tar.bz2
ccleberg-1f4a0a76cd1872468396a59e86fc5cab9fb2d40e.zip
move $newline to fix error with first bullet
-rw-r--r--.github/workflows/blog-post-workflow.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/blog-post-workflow.yml b/.github/workflows/blog-post-workflow.yml
index 53fc07d..6ef4a47 100644
--- a/.github/workflows/blog-post-workflow.yml
+++ b/.github/workflows/blog-post-workflow.yml
@@ -18,4 +18,4 @@ jobs:
with:
feed_list: "https://cleberg.net/feed.xml"
date_format: "yyyy-mm-dd"
- template: "- [$title]($url) ($date)$newline"
+ template: "$newline- [$title]($url) ($date)"