mirror of
https://github.com/NullHypothesis/censorbib.git
synced 2025-07-25 07:25:39 -04:00
Add new build tool.
bibliogra.py requires Python 2, which is a pain to deal with. This commit adds a Go tool that compiles CensorBib from BibTeX to HTML. The tool does the bare minimum and is quite strict in the BibTeX format it expects.
This commit is contained in:
parent
d432134ed4
commit
4be5f7bfb2
21 changed files with 2381 additions and 0 deletions
11
src/footer.go
Normal file
11
src/footer.go
Normal file
|
@ -0,0 +1,11 @@
|
|||
package main
|
||||
|
||||
func footer() string {
|
||||
return `<div id="footer">
|
||||
Icons taken without modification from
|
||||
<a href="https://fontawesome.com/license">Font Awesome</a>.
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue