Permalink on Node and Page should be of string

This change fixes #1384.
This commit is contained in:
Kato Kazuyoshi 2015-10-16 20:45:49 -07:00 committed by Bjørn Erik Pedersen
parent 5838420aa1
commit 99acbb2eb2
3 changed files with 9 additions and 9 deletions

View file

@ -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
}