mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
helpers: Remove some unused funcs
This commit is contained in:
@@ -22,12 +22,6 @@ import (
|
|||||||
"github.com/russross/blackfriday"
|
"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
|
// HugoHTMLRenderer wraps a blackfriday.Renderer, typically a blackfriday.Html
|
||||||
// Enabling Hugo to customise the rendering experience
|
// Enabling Hugo to customise the rendering experience
|
||||||
type HugoHTMLRenderer struct {
|
type HugoHTMLRenderer struct {
|
||||||
|
Reference in New Issue
Block a user