correct day_suffix func call

This commit is contained in:
James Tomasino 2018-01-20 03:34:26 -05:00
parent 9e6032c4cc
commit 48058d7f6e
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -147,7 +147,7 @@ function phlog_new() {
mkdir -p "$post_dir"
echo "----------------------------------------" >> "$post_path"
echo "$title" >> "$post_path"
echo "$(date +"%B %d$(DaySuffix), %Y")" >> "$post_path"
echo "$(date +"%B %d$(day_suffix), %Y")" >> "$post_path"
echo "----------------------------------------" >> "$post_path"
echo "" >> "$post_path"
echo "" >> "$post_path"