mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-29 07:00:31 +03:00
Permalink on Node and Page should be of string
This change fixes #1384.
This commit is contained in:
parent
5838420aa1
commit
99acbb2eb2
3 changed files with 9 additions and 9 deletions
|
@ -139,7 +139,7 @@ func (n *Node) RelRef(ref string) (string, error) {
|
|||
|
||||
type URLPath struct {
|
||||
URL string
|
||||
Permalink template.HTML
|
||||
Permalink string
|
||||
Slug string
|
||||
Section string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue