commit 381ee85

chld  ·  2026-06-23 20:48:33 +0000 UTC
parent 63c69ea
descriptions
2 files changed,  +6, -3
+3, -3
1@@ -1,5 +1,5 @@
2-  index.html
3- findme.html
4+index.html
5+findme.html
6 webring.html
7-   blog.html
8+blog.html
9 contents_blog.html
+3, -0
 1@@ -16,6 +16,9 @@ for i in blog/*.html; do
 2 	echo "<a href=$i>"
 3 	echo $i|sed 's#blog/##g'|sed 's/.html//g'|sed 's/_/ /g'
 4 	echo "</a><br>"
 5+	echo "<sup>"
 6+	sed -n '2p;3q' $i|sed 's/<p>//'|sed 's#</p>##'
 7+	echo "</sup>"
 8 done
 9 echo "</p>"
10