Render aliases even if render=link

Fixes #7832
This commit is contained in:
Bjørn Erik Pedersen
2020-10-14 11:23:24 +02:00
parent d57be11324
commit ead5799f7e
4 changed files with 32 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ func newPagePaths(
}
var out page.OutputFormats
if !pm.noRender() {
if !pm.noLink() {
out = pageOutputFormats
}