mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-24 15:05:37 -04:00
Improve styling.
This commit is contained in:
parent
f8cb01da23
commit
0d6ddf944d
2 changed files with 20 additions and 19 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue