aboutsummaryrefslogtreecommitdiff
path: root/local/time.go
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24Add more comments. Expand the interface. Allow templates to more easily be ↵v0.0.11Mitch Riedstra1-0/+2
rendered with external variables.
2020-09-26Split up http related stuff out of the page library.Mitch Riedstra1-0/+21
Make it an interface. Rename page to be 'local' reflecting that it reads the website off the local disk. Update the build script to include the go version. Switch to gorilla/mux Remove the convert command, since we're no longer utilizing that old layout or have any need to convert from it.