I'm new to ikiwiki and trying to setup my pages with Discussion enabled and blogging capabilities too. I copied many of the files from the ikiwiki blog site example, and tried to match that setup, but the Discussion button on the action nav bar still looks like [?]Discussion instead of [Discussion].

In the Setup, I have Discussion enabled. Here are the relevant (I think) lines from ikiwiki.setup.

discussion: 1
discussionpage: Discussion
html5: 0
htmlscrubber_skip: '!*/Discussion' # Should this have '!*/posts' too for comments?
locked_pages: '* and !postcomment(*) and !*/Discussion'
comments_pagespec: posts/* and !*/Discussion
comments_closed_pagespec: ''
comments_pagename: comment_
comments_allowdirectives: 0
comments_allowauthor: 0
comments_commit: 1

Calendar is disabled for now.

Any suggestions what I might be doing wrong?