Improve styling.

This commit is contained in:
Philipp Winter 2024-03-23 09:15:12 -05:00
parent f8cb01da23
commit 0d6ddf944d
2 changed files with 20 additions and 19 deletions

View file

@ -97,9 +97,11 @@ func parseCiteName(line string) string {
}
func run(w io.Writer, bibEntries []bibEntry) {
fmt.Fprintln(w, "<div id='container'>")
fmt.Fprint(w, header())
makeBib(w, bibEntries)
fmt.Fprint(w, footer())
fmt.Fprintln(w, "</div>")
}
func main() {