summaryrefslogtreecommitdiffhomepage
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rw-r--r--helpers/content_renderer.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/helpers/content_renderer.go b/helpers/content_renderer.go
index 5c7d854b6..dee8724a9 100644
--- a/helpers/content_renderer.go
+++ b/helpers/content_renderer.go
@@ -22,12 +22,6 @@ import (
"github.com/russross/blackfriday"
)
-// LinkResolverFunc describes a custom function to resolve a given link.
-type LinkResolverFunc func(ref string) (string, error)
-
-// FileResolverFunc describes a custom function to resolve a given file path.
-type FileResolverFunc func(ref string) (string, error)
-
// HugoHTMLRenderer wraps a blackfriday.Renderer, typically a blackfriday.Html
// Enabling Hugo to customise the rendering experience
type HugoHTMLRenderer struct {