mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
hugolib: Remove unused code
This commit is contained in:
@@ -31,11 +31,6 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
pageSimpleTitle = `---
|
||||
title: simple template
|
||||
---
|
||||
content`
|
||||
|
||||
templateMissingFunc = "{{ .Title | funcdoesnotexists }}"
|
||||
templateWithURLAbs = "<a href=\"/foobar.jpg\">Going</a>"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user