git @ Cat's Eye Technologies klaus / fix-anchor-links-in-readme
Do not include a <base href=...> when rendering README on index. Chris Pressey 6 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
278278 })
279279 else:
280280 self.context.update({
281 'base_href': None,
281282 'is_markup': markup.can_render(readme_filename),
282283 'rendered_code': highlight_or_render(
283284 force_unicode(readme_data),