summaryrefslogtreecommitdiffhomepage
path: root/include/footer.html
Commit message (Collapse)AuthorAgeFilesLines
* Use the unicode isolation characters with m4Thomas Voss 2023-08-281-1/+1
|
* Don’t print an error if there is no commit yetThomas Voss 2023-07-311-1/+2
| | | | | | | | | When working on a new file, I like to auto-compile my changes with: $ git ls-files | entr make But since footer generation fails due to no commit existing, date(1) screams at me. This should fix that issue.
* Link to last commit diff in footerThomas Voss 2023-07-301-4/+10
|
* Reformat m4 codeThomas Voss 2023-07-301-1/+4
|
* Try out using m4 for footersThomas Voss 2023-07-301-1/+1
|
* Genesis commitThomas Voss 2023-07-301-0/+4
Not ready for release yet, but I need some commits for M4 to work properly.