summaryrefslogtreecommitdiffstats
path: root/hugolib/permalinker.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/permalinker.go')
-rw-r--r--hugolib/permalinker.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/hugolib/permalinker.go b/hugolib/permalinker.go
index 5e7a13a02..29dad6ce4 100644
--- a/hugolib/permalinker.go
+++ b/hugolib/permalinker.go
@@ -1,4 +1,4 @@
-// Copyright 2017-present The Hugo Authors. All rights reserved.
+// Copyright 2019 The Hugo Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -14,8 +14,7 @@
package hugolib
var (
- _ Permalinker = (*Page)(nil)
- _ Permalinker = (*OutputFormat)(nil)
+ _ Permalinker = (*pageState)(nil)
)
// Permalinker provides permalinks of both the relative and absolute kind.