cmc/ccleberg

GitHub profile README

clone: git clone https://gitbay.org/cmc/ccleberg.git

1f4a0a76cd1872468396a59e86fc5cab9fb2d40e

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2025-11-13T02:39:18Z
committer: <noreply@github.com>

move $newline to fix error with first bullet
 .github/workflows/blog-post-workflow.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)"