add tag description to the tag index page
this is a terrible hack that only works because sphinx doesn't sanitize its input for the html builder. we set the title to '%s<h4>%s</h4>' % (tag, desc) so the final html looks like <h1>adventure<h4>...</h4></h1> this may not play nice with the pdf builder..develop
parent
1b9cd83009
commit
5869ba64c8
Loading…
Reference in New Issue