commit 5dd37fa

chld  ·  2026-07-31 05:30:28 +0000 UTC
parent 7b0b899
end h2 on genblog
1 files changed,  +1, -1
+1, -1
1@@ -2,7 +2,7 @@
2 
3 ba=0
4 
5-printf '<h2>blogs. or words. i write here.<h2>'
6+printf '<h2>blogs. or words. i write here.</h2>'
7 for i in blog/*.html; do
8 	grep -q '<!-- THISISABLOG -->' $i || continue
9 	ba=$((ba+1))