]> Sergey Matveev's repositories - zk.zsh.git/commitdiff
ALL is not present in pages
authorSergey Matveev <stargrave@stargrave.org>
Sun, 13 Mar 2022 10:37:37 +0000 (13:37 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 13 Mar 2022 10:37:37 +0000 (13:37 +0300)
zk.zsh

diff --git a/zk.zsh b/zk.zsh
index 04c34f4906004436b5a1ebeb5459edcd8fae383b..660354c55c40fc0919cd5428213dea612e5cb983 100755 (executable)
--- a/zk.zsh
+++ b/zk.zsh
@@ -72,7 +72,6 @@ genhtml() {
     data="${data//</&lt;}"
     data="${data//>/&gt;}"
     for p (${(k)pages}) {
-        [[ $p = ALL ]] && continue
         [[ $p = index ]] && continue
         getrel $page $p
         data="${data//${p}/<a href=\"${REPLY}.html\">$p</a>}"