summaryrefslogtreecommitdiff
path: root/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sh')
-rwxr-xr-xpublish.sh2
1 files changed, 1 insertions, 1 deletions
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