We don't need this anymore

This commit is contained in:
Hamcha 2019-06-14 00:09:31 +02:00
parent 38102fbc3a
commit e8962319e1
Signed by: Hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 0 additions and 7 deletions

View File

@ -8,13 +8,6 @@ import (
"strings"
)
// Where are we in the file
const (
FStart = "start" // File start
InTOC = "intoc" // In Table of content
AfterTOC = "aftertoc" // After Table of content
)
// TemplateData is the data that is filled and passed to the HTML template
type TemplateData struct {
Title string