mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 22:21:07 +03:00
hugolib: Remove unused code
This commit is contained in:
parent
4d912e2aad
commit
ae5a45be6f
9 changed files with 2 additions and 105 deletions
|
@ -31,11 +31,6 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
pageSimpleTitle = `---
|
||||
title: simple template
|
||||
---
|
||||
content`
|
||||
|
||||
templateMissingFunc = "{{ .Title | funcdoesnotexists }}"
|
||||
templateWithURLAbs = "<a href=\"/foobar.jpg\">Going</a>"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue