diff --git a/src/blog-make b/src/blog-make index 2dc957c..ad5b83f 100755 --- a/src/blog-make +++ b/src/blog-make @@ -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 }