summaryrefslogtreecommitdiffhomepage
path: root/hugolib/page__paths.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page__paths.go')
-rw-r--r--hugolib/page__paths.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugolib/page__paths.go b/hugolib/page__paths.go
index 535c60ba0..d41b7c2bc 100644
--- a/hugolib/page__paths.go
+++ b/hugolib/page__paths.go
@@ -76,7 +76,7 @@ func newPagePaths(
}
var out page.OutputFormats
- if !pm.noRender() {
+ if !pm.noLink() {
out = pageOutputFormats
}