mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 08:38:14 -04:00
helpers: Remove some unused funcs
This commit is contained in:
parent
81c13171a9
commit
f768c27f0d
@ -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…
x
Reference in New Issue
Block a user