summaryrefslogtreecommitdiffstats
path: root/hugolib/page__ref.go
diff options
context:
space:
mode:
Diffstat (limited to 'hugolib/page__ref.go')
-rw-r--r--hugolib/page__ref.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/hugolib/page__ref.go b/hugolib/page__ref.go
index 41bd527db..f2b819c57 100644
--- a/hugolib/page__ref.go
+++ b/hugolib/page__ref.go
@@ -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 {