From e3239ba3c43538a588b8e08e312336ac841918b0 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 14 Nov 2015 18:53:00 -0500 Subject: Fix links to .org sites. (Oops :]) --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 674403d..bb70386 100755 --- a/publish.sh +++ b/publish.sh @@ -4,7 +4,7 @@ set -x (cd input && git pull) INPUTS=$(find input -name '*.org' -exec grep -l "#+PUBLISH" {} \;) -readonly filter='s/#\+PUBLISH//g; ;s/\[([^\]]*)\.org\]/[$1.html]/g' +readonly filter='s/#\+PUBLISH//g; ;s/\[file([^\]]*)\.org\]/[$1.html]/g' mkdir -p www cp static/*.css www -- cgit v1.2.3