Tweak page footer, add link to site source
This commit is contained in:
parent
cd764817d9
commit
a21a8f19cf
1 changed files with 6 additions and 3 deletions
|
|
@ -111,13 +111,16 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="page-footer">
|
<div class="container page-footer">
|
||||||
<div class="container">
|
<div class="row">
|
||||||
{{ site.copyright }}
|
{{ site.copyright }}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="row">
|
||||||
Powered by <a href="https://github.com/nickpegg/posty">Posty</a>
|
Powered by <a href="https://github.com/nickpegg/posty">Posty</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row">
|
||||||
|
<a href="https://github.com/nickpegg/nickpegg.com">Site source</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue