burrow should update git and global date on edit of existing content

This commit is contained in:
James Tomasino 2018-03-06 11:08:37 -05:00
parent b2237e440f
commit b994822eac
1 changed files with 14 additions and 14 deletions

2
burrow
View File

@ -315,6 +315,7 @@ function make_post {
if ! $use_date; then
sort -fo "${post_dir}/gophermap" "${post_dir}/gophermap"
fi
fi
if $update_root; then
update_gopher_date
@ -333,7 +334,6 @@ function make_post {
fi
popd
fi
fi
}
function create_config {