From: Sergey Matveev Date: Sun, 13 Mar 2022 10:37:37 +0000 (+0300) Subject: ALL is not present in pages X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=87cc25fb494e6976faaa66a378b3c39dfbc1623e;p=zk.git ALL is not present in pages --- diff --git a/zk.zsh b/zk.zsh index 04c34f4..660354c 100755 --- a/zk.zsh +++ b/zk.zsh @@ -72,7 +72,6 @@ genhtml() { data="${data///>}" for p (${(k)pages}) { - [[ $p = ALL ]] && continue [[ $p = index ]] && continue getrel $page $p data="${data//${p}/$p}"