aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/footer.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.html')
-rw-r--r--_includes/footer.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index a1685fe..bdb4513 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -1,10 +1,10 @@
<footer class="footer">
<div class="container offsetanchor" id="features">
<div id="footer"><!-- Starting Footer Section -->
- <div class="pull-left">
+ <div id="footer-links" class="text-center">
<p><a href="https://status.im.mattrude.com/{{ site.xmpp-url }}">Status</a> | <a href="{{ site.url }}/certificates/">Certificates</a> | <a href="{{ site.url }}/privacy-policy/">Privacy Policy</a></p>
</div>
- <div class="pull-right">
+ <div id="footer-copy" class="text-center">
<p>&copy; {{ site.time | date: "%Y" }} by <a href="{{ site.owner-url }}">{{ site.owner-name }}</a></p>
</div>
</div><!-- Closing Footer Section -->