Skip to content

Commit

Permalink
fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
hjhee committed Apr 27, 2020
1 parent f66d916 commit f099948
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const (
version = "v0.1.3.2"
version = "v0.1.3.4"
numFetcher = 10
numParser = 50
numRenderer = 5
Expand Down
3 changes: 2 additions & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ func renderHTML(done <-chan struct{}, tempc <-chan *TemplateField, tmpl *templat
})
}

t.Merge()
// no longer merge as requested in issue #8
// t.Merge()
// t.Unique()

// #6: remove illegal character in title
Expand Down

0 comments on commit f099948

Please sign in to comment.