mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
helpers: Remove some unused funcs
This commit is contained in:
parent
81c13171a9
commit
f768c27f0d
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue