mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
helpers: Remove some unused funcs
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user