remove comment source

Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
Avelino 2021-12-25 11:31:41 -03:00
parent 08725d72e6
commit 7e0981b926
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ func GenerateHTML() (err error) {
parser := parser.NewWithExtensions(extensions)
body := string(markdown.ToHTML(input, parser, nil))
// body := string(gfm.Markdown(input))
c := &content{Body: body}
t := template.Must(template.ParseFiles(tplPath))
f, err := os.Create(idxPath)