mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
remove comment source
Signed-off-by: Avelino <avelinorun@gmail.com>
This commit is contained in:
parent
08725d72e6
commit
7e0981b926
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user