wowana.me

website source


commit 4e117d7adab1a7fb944d5b6524093adffa87fed8
parent 6d322aec038a26c0fc9877fc2a593850acfad4a0
Author: opal hart <opal@wowana.me>
Date:   Fri, 12 Jul 2019 07:34:56 +0000

postproc.sh: tell pup not to escape html

this leads to more issues than it fixes

Diffstat:
Mscripts/postproc.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/postproc.sh b/scripts/postproc.sh @@ -11,7 +11,7 @@ if test -n "$date"; then datepat="s@<!--\[time.*]-->@<time datetime='$iso' title='$iso'>$human</time>@;" fi -title="$(pup <"$filename" 'h1 text{}')" +title="$(pup -p <"$filename" 'h1 text{}')" if test -n "$title"; then sed <src/header.inc "s<opal hart / wowaname<$title – wowana.me<" else