From d9a4cd7057498acd93284b8eca098e0fa9cbc491 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 3 Nov 2016 21:06:51 -0400 Subject: Fix link filter. --- publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.sh b/publish.sh index 6b1006c..7a96118 100755 --- a/publish.sh +++ b/publish.sh @@ -5,7 +5,7 @@ cd $(dirname $0) (cd input && git pull) INPUTS=$(find input -name '*.org' -exec grep -l "#+PUBLISH" {} \;) -readonly filter='s/#\+PUBLISH//g; ;s/\[file:([^\]]*)\.org\]/[$1.html]/g' +readonly filter='s/#\+PUBLISH//g; ;s/\[file:([^\]]*)\.org\]/[file:$1.html]/g' mkdir -p www cp static/*.css www -- cgit v1.2.3