pidgin/nest

Jiggle footline

2020-01-02, Jason
e6d8faf88e15
Jiggle footline

As is the footline is a hacky standin for a proper footer.
So we need to be careful to keep it clear and resonable

These changes:

* Shrink and move copyright to it's own line
* Add space between blocks to help clarify what is going on
* Add migration infomation to the footline
<link rel="stylesheet" href="/css/custom.css">
{{ printf "<!--" | safeHTML }}
Hugo: {{ now.Format "2006-01-02T15:04:05 -0700" }}
- Job:
{{ with getenv "BUILD_NAME" }}{{ . | safeHTML }}{{ else }}n/a{{ end }}
{{ with getenv "BUILD_DATE" }}{{ . | time.Format "2006-01-02T15:04:05 -0700" }}{{ else }}n/a{{ end }}
- Commit: {{ with getenv "COMMIT" }}{{ . | safeHTML }}{{ else }}n/a{{ end }}
- {{ hugo.Environment | safeHTML }}
{{ printf "//-->" | safeHTML }}