makefile update

This commit is contained in:
James Tomasino 2023-04-12 10:32:52 +00:00
parent 6d997bd77c
commit 53c92d98b0
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ review: ## create new 5-star review post
export post_path=review/$$title_slug.gmi; \
printf "# %s\n" "$$title" > $$post_path; \
printf "⭐⭐⭐⭐⭐\n" >> $$post_path; \
printf "## Five Star Review\n" >> $$post_path; \
printf "\n\n" >> $$post_path; \
printf "Originally Published %s at:\n" "$$post_date" >> $$post_path; \
printf "gemini://tilde.team/~tomasino/%s\n" "$$post_path" >> $$post_path; \