mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02: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