Fix footer in all pages.

Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
David Calavera 2016-11-21 17:22:46 -08:00
parent ca33db7791
commit 40b493c9b6
No known key found for this signature in database
GPG Key ID: DE3D437CCBECE2C4
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,5 @@
{{ partial "header" . }}
{{ partial "incident" . }}
</div>
{{ partial "footer" . }}

View File

@ -1,6 +1,6 @@
<div class="footer">
<p>
<a href="http://netlify.com">
<a href="http://netlify.com/statuskit">
StatusKit by Netlify
</a> &#8226
<a href="https://github.com/netlify/netlify-statuskit">

View File

@ -14,3 +14,5 @@
{{ partial "paginator" . }}
</div>
{{ partial "footer" . }}