diff options
author | Tessa L. <tessa@volumetrics.io> | 2024-11-03 18:26:09 -0800 |
---|---|---|
committer | Tessa L. <tessa@volumetrics.io> | 2024-11-03 18:26:09 -0800 |
commit | eaccab99d382eb08154291249ebcf7e74368bbd5 (patch) | |
tree | ef18ddd618d234e5cf689efc2a10d9604757aae1 | |
parent | 3ffccc3bac4384cc5045091439ce5162a3df27ec (diff) | |
parent | 9a94374fcd1f9df758c208c5398eb6ee70dafa2b (diff) |
Merge remote-tracking branch 'keep-timestamp-patch/rm_extension_list_tags'
-rw-r--r-- | bb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -873,7 +873,7 @@ list_tags() { [[ -f "$i" ]] || break nposts=$(grep -c "<\!-- text begin -->" "$i") tagname=${i#"$prefix_tags"} - tagname=${tagname#.html} + tagname=${tagname%.html} ((nposts > 1)) && word=$template_tags_posts || word=$template_tags_posts_singular line="$tagname # $nposts # $word" lines+=$line\\n |