summaryrefslogtreecommitdiff
path: root/src/categoriesbody
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-30 07:42:56 -0300
committerEuAndreh <eu@euandre.org>2025-04-30 07:42:56 -0300
commit7452082adf9df08fa231b1ac0aa2048d3e32f72e (patch)
tree991793d501cfdb4bda33abba2df0c69d9e453840 /src/categoriesbody
parentAdd "mapentry" and "sitemap" subcommands (diff)
downloadmkwb-7452082adf9df08fa231b1ac0aa2048d3e32f72e.tar.gz
mkwb-7452082adf9df08fa231b1ac0aa2048d3e32f72e.tar.xz
src/categoriesbody: Omit listing header
Diffstat (limited to 'src/categoriesbody')
-rwxr-xr-xsrc/categoriesbody2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/categoriesbody b/src/categoriesbody
index 2d2a9b5..4ce7c73 100755
--- a/src/categoriesbody
+++ b/src/categoriesbody
@@ -21,5 +21,5 @@ for catsortdata in `cat "$DIR"/categories.txt`; do
<a href="$feedname"><img src="$feedicon_url" class="icon" /></a>
</h2>
EOF
- mkwb indexbody "$FILENAME" "$catsortdata"
+ mkwb indexbody -n "$FILENAME" "$catsortdata"
done