mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
@@ -89,7 +89,6 @@ func (p pageRef) ref(argsm map[string]interface{}, source interface{}) (string,
|
||||
}
|
||||
|
||||
return s.refLink(args.Path, source, false, args.OutputFormat)
|
||||
|
||||
}
|
||||
|
||||
func (p pageRef) relRef(argsm map[string]interface{}, source interface{}) (string, error) {
|
||||
@@ -107,7 +106,6 @@ func (p pageRef) relRef(argsm map[string]interface{}, source interface{}) (strin
|
||||
}
|
||||
|
||||
return s.refLink(args.Path, source, true, args.OutputFormat)
|
||||
|
||||
}
|
||||
|
||||
type refArgs struct {
|
||||
|
Reference in New Issue
Block a user