Skip to content

Commit

Permalink
helpers: Remove some unused funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 3, 2017
1 parent 81c1317 commit f768c27
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions helpers/content_renderer.go
Expand Up @@ -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 {
Expand Down

0 comments on commit f768c27

Please sign in to comment.