Skip to content

Commit

Permalink
clean up tags
Browse files Browse the repository at this point in the history
  • Loading branch information
crvs committed Feb 29, 2020
1 parent 05ba1ad commit 38eb76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blog-make
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ maketagindex () {
indexline ${prefix} >> ${bodyfile}
done
blog-template -h ${headfile} ${bodyfile} > "cache/tag_${tag}.html"
# rm $headfile $bodyfile
rm $headfile $bodyfile
done
}

Expand Down

0 comments on commit 38eb76a

Please sign in to comment.