From: moo Date: Mon, 1 Jun 2026 21:45:01 +0000 (-0700) Subject: fix X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=f9c308186dc4551aadf7f300991b7458a3edea0f;p=blog.git fix --- diff --git a/justfile b/justfile index 9dcaad8..fdddd5a 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,7 @@ mini name: git switch main echo "+++" >> ./content/miniblog/{{name}}.md - echo 'name = "{{name}}"' >> ./content/miniblog/{{name}}.md + echo 'title = "{{name}}"' >> ./content/miniblog/{{name}}.md echo "date = {{`date +%Y-%m-%d`}}" >> ./content/miniblog/{{name}}.md echo "+++" >> ./content/miniblog/{{name}}.md helix ./content/miniblog/{{name}}.md @@ -9,7 +9,7 @@ mini name: blog name: git switch main echo "+++" >> ./content/blog/{{name}}.md - echo 'name = "{{name}}"' >> ./content/blog/{{name}}.md + echo 'title = "{{name}}"' >> ./content/blog/{{name}}.md echo "date = {{`date +%Y-%m-%d`}}" >> ./content/blog/{{name}}.md echo "+++" >> ./content/blog/{{name}}.md helix ./content/blog/{{name}}.md