Skip to content

Commit

Permalink
Update image path in script
Browse files Browse the repository at this point in the history
  • Loading branch information
fbernutz committed May 16, 2024
1 parent cc9b25f commit 6a08768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-blog-post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ echo "---" >> $path
echo "date: ${TIME}" >> $path
echo "description:" >> $path
echo "tags:" >> $path
echo "image: images/sketchnotes/${fileName}/preview.jpg" >> $path
echo "image: images/${fileName}/preview.jpg" >> $path
echo "---" >> $path
echo "" >> $path
echo "# ${title} Title" >> $path
Expand Down

0 comments on commit 6a08768

Please sign in to comment.