From 71c198b3db5e147fdf824fe011c80ef007748576 Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 26 Jun 2007 04:25:20 +0200 Subject: [PATCH] Don't include individual blog posts in sitemap --- pub/sitemap.tpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pub/sitemap.tpl b/pub/sitemap.tpl index 0ea01be..821a913 100644 --- a/pub/sitemap.tpl +++ b/pub/sitemap.tpl @@ -14,10 +14,16 @@ fn getMdDesc { fn listDir { cd $1 dirfilter = $saveddf + blogDirs = () if (test -f _config) . _config echo '' cd .. }