Skip to content

Commit d144a61

Browse files
committed
change htmlq fillet
1 parent 77208eb commit d144a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/make-site-digest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ for URL in $(
1616
| sort -u)
1717
do
1818
FILE=public$URL
19-
# fillet out just the <main> section of the HTML file
20-
<$FILE htmlq main > $FILE.digest
19+
# fillet out just the <main><article> section of the HTML file
20+
<$FILE htmlq main article > $FILE.digest
2121
md5sum $FILE.digest
2222
done > $DIGEST

0 commit comments

Comments
 (0)