We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77208eb commit d144a61Copy full SHA for d144a61
scripts/make-site-digest.sh
@@ -16,7 +16,7 @@ for URL in $(
16
| sort -u)
17
do
18
FILE=public$URL
19
- # fillet out just the <main> section of the HTML file
20
- <$FILE htmlq main > $FILE.digest
+ # fillet out just the <main><article> section of the HTML file
+ <$FILE htmlq main article > $FILE.digest
21
md5sum $FILE.digest
22
done > $DIGEST
0 commit comments