aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--auto-blog.setup1
-rw-r--r--debian/changelog1
-rw-r--r--doc/examples/blog/posts/first_post.mdwn2
3 files changed, 3 insertions, 1 deletions
diff --git a/auto-blog.setup b/auto-blog.setup
index 7ff413187..95347167f 100644
--- a/auto-blog.setup
+++ b/auto-blog.setup
@@ -48,4 +48,5 @@ IkiWiki::Setup::Automator->import(
blogspam_pagespec => "postcomment(*)",
discussion => 0,
locked_pages => "*",
+ tagbase => "tags",
)
diff --git a/debian/changelog b/debian/changelog
index 57406c6d3..2d82c4dba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ ikiwiki (3.20100324) UNRELEASED; urgency=low
that could lead to bad dependency handling in certian situations.
* Add preprocessed 'use lib' line to ikiwiki-transition and ikiwiki-calendar
if necessary for unusual install.
+ * auto-blog.setup: Set tagbase by default, since most bloggers will want it.
-- Joey Hess <joeyh@debian.org> Sat, 13 Mar 2010 14:48:10 -0500
diff --git a/doc/examples/blog/posts/first_post.mdwn b/doc/examples/blog/posts/first_post.mdwn
index d49432341..7f814fbb1 100644
--- a/doc/examples/blog/posts/first_post.mdwn
+++ b/doc/examples/blog/posts/first_post.mdwn
@@ -1,4 +1,4 @@
This is the first post to this example blog. To add new posts, just add
files to the posts/ subdirectory, or use the web form.
-[[!tag tags/tech]]
+[[!tag ./tags/tech]]