Tweak page footer, add link to site source

This commit is contained in:
Nick Pegg 2018-01-21 17:27:36 -08:00
parent cd764817d9
commit a21a8f19cf

View file

@ -111,13 +111,16 @@
</div>
<div class="page-footer">
<div class="container">
<div class="container page-footer">
<div class="row">
{{ site.copyright }}
</div>
<div>
<div class="row">
Powered by <a href="https://github.com/nickpegg/posty">Posty</a>
</div>
<div class="row">
<a href="https://github.com/nickpegg/nickpegg.com">Site source</a>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>