wowana.me
website source
commit 4e6d1bd0ab9771b11c892c12e306c4543d1ba21e parent f70c94671d0214a987e3483b1092c004e1937aca Author: opal hart <opal@wowana.me> Date: Sun, 11 Aug 2019 06:59:12 +0000 postproc: change <article class=main/> to <main/> Diffstat:
M | scripts/postproc.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/postproc.sh b/scripts/postproc.sh @@ -19,7 +19,7 @@ else fi <"$filename" sed \ - -e"1i <article class='main' id='$slug'>" \ - -e"$datepat"'$a </article>' + -e"1i <main id='$slug'>" \ + -e"$datepat"'$a </main>' cat <src/footer.inc