hugolib: Remove unused code

This commit is contained in:
Bjørn Erik Pedersen 2018-01-25 17:08:18 +01:00
parent 4d912e2aad
commit ae5a45be6f
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
9 changed files with 2 additions and 105 deletions

View file

@ -31,11 +31,6 @@ import (
)
const (
pageSimpleTitle = `---
title: simple template
---
content`
templateMissingFunc = "{{ .Title | funcdoesnotexists }}"
templateWithURLAbs = "<a href=\"/foobar.jpg\">Going</a>"
)