Skip to content

Commit

Permalink
Merge branch 'releases'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Oct 13, 2023
2 parents 8478e7f + a7fcbc4 commit 28d62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fix-h1s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ do
# Make the output SEO friendly by converting the "h2" title to the proper "h1"
sed -i -e 's|<h2\(.* class="title".*\)</h2>|<h1\1</h1>|' "$ln"
done
find . -iname "*.html-e" | xargs rm
find . -iname "*.html-e" | xargs rm || true

popd

0 comments on commit 28d62fd

Please sign in to comment.