diary-website

Website for diary
git clone https://git.in0rdr.ch/diary-website.git
Log | Files | Refs | README | LICENSE

commit 4537f3935563fbfc45c728e054dd9af5e9f0850a
parent e07a3aeffcdcb529c6236d6be1495161875a810d
Author: Uwe Arnold <donvipre@gmail.com>
Date:   Sat, 29 Feb 2020 15:08:04 +0100

Fix: cibuild script to allow hash href

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

diff --git a/script/cibuild.sh b/script/cibuild.sh @@ -2,4 +2,4 @@ set -e # halt script on error bundle exec jekyll build -bundle exec htmlproofer _site --disable-external +bundle exec htmlproofer _site --disable-external --allow-hash-href