We don't need this anymore
This commit is contained in:
parent
38102fbc3a
commit
e8962319e1
1 changed files with 0 additions and 7 deletions
7
main.go
7
main.go
|
@ -8,13 +8,6 @@ import (
|
||||||
"strings"
|
"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
|
// TemplateData is the data that is filled and passed to the HTML template
|
||||||
type TemplateData struct {
|
type TemplateData struct {
|
||||||
Title string
|
Title string
|
||||||
|
|
Loading…
Reference in a new issue