mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
@@ -13,9 +13,7 @@
|
||||
|
||||
package hugolib
|
||||
|
||||
var (
|
||||
_ Permalinker = (*pageState)(nil)
|
||||
)
|
||||
var _ Permalinker = (*pageState)(nil)
|
||||
|
||||
// Permalinker provides permalinks of both the relative and absolute kind.
|
||||
type Permalinker interface {
|
||||
|
Reference in New Issue
Block a user