Skip to content

Commit

Permalink
Add title markdown front matter template
Browse files Browse the repository at this point in the history
  • Loading branch information
bpugh committed May 31, 2024
1 parent ea94184 commit 7d63334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions new-til.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ create_markdown_file() {
# Add YAML front matter to the file
echo "---" >> "${fullpath}"
echo "date: ${date}" >> "${fullpath}"
echo "title: " >> "${fullpath}"
echo "---" >> "${fullpath}"
echo "" >> "${fullpath}"
echo "#" >> "${fullpath}"
Expand Down

0 comments on commit 7d63334

Please sign in to comment.