From 1b40514155b24ac2703ef5ee0cd583a0a06858d0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 4 May 2025 15:00:38 +0300 Subject: [PATCH] Use captioned tables --- zk.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zk.zsh b/zk.zsh index c91db71..afe5680 100755 --- a/zk.zsh +++ b/zk.zsh @@ -134,7 +134,7 @@ $data" fi fi if [[ $_links ]]; then - print "
Links:" + print "
" for p ($_links) { getrel $page $p [[ -d $p ]] && REPLY=$REPLY/index @@ -144,7 +144,7 @@ $data" fi local bs=(${(oi)=${backs[$page]}}) if [[ $bs ]]; then - print "
Backlinks:
Links
" + print "
" for p ($bs) { getrel $page $p print "" @@ -192,7 +192,7 @@ genIndex() { fi local bs=(${(oi)=${backs[$1]}}) if [[ $bs ]]; then - print "
Backlinks:
Backlinks
$p${mtimes[$p]}
" + print "
" for p ($bs) { getrel $page $p print "" -- 2.48.1
Backlinks
$p${mtimes[$p]}