Update footer copyright

Issue #117 resolved
Alan Noble created an issue

No description provided.

Comments (4)

  1. Saxon Milton

    I propose adding the footer into its own HTML file and then loading using a javascript function called from init to load the HTML into a div that can be placed on each page. This would mean that there’d be only one place to update and a consistent footer on each page.

  2. Saxon Milton

    Instead we’re putting the footer into a footer.html file which is loaded in main.go:writeTemplat() and passed as a page data field to populate a template footer field consistent on each page. This avoids making additional request to get the footer.

  3. Log in to comment