Fixed a bug where the p_header function would not fill in the title.
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
function p_header(){
|
function p_header(){
|
||||||
printf "TITLE: %s\nDATE: %s\n" "$NAME" "$(date)"
|
printf "# %s\n## Date: %s\n" "$(basename ${NOTE%.*})" "$(date)"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user