summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
diff options
context:
space:
mode:
authorAdam Carpenter <gitlab@53hor.net>2019-06-03 20:21:47 -0400
committerAdam Carpenter <gitlab@53hor.net>2019-06-03 20:21:47 -0400
commit775a6ea8ed0665bcb2a3de432aca80da57184424 (patch)
tree87c852cfbc4a434955d54bd6d4bcc00f3b994e9e /_includes/footer.liquid
parent5f6af7ba761eef57adc2d45634fadcdd6108bb34 (diff)
parenta2a168223078198e72dbcfa6c4d755819fe07b83 (diff)
downloadcobalt-site-775a6ea8ed0665bcb2a3de432aca80da57184424.tar.xz
cobalt-site-775a6ea8ed0665bcb2a3de432aca80da57184424.zip
Merge branch 'master' into posts
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r--_includes/footer.liquid26
1 files changed, 12 insertions, 14 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid
index 96b453c..a84d4f0 100644
--- a/_includes/footer.liquid
+++ b/_includes/footer.liquid
@@ -1,10 +1,19 @@
-<!-- begin footer -->
-<footer class="footer">
+<div class="container">
<div class="content has-text-centered">
<p>
Site last updated {{ "now" | date: "%A, %b %e, %Y" }}
</p>
<p>
+ See a problem?
+ <a href=" mailto:atc@53hor.net?subject=Found%20your%20website!">
+ Tell me so I can fix it
+ </a>
+ or
+ <a href="https://gitlab.com/53hornet/cobalt-site">
+ fix it yourself!
+ </a>
+ </p>
+ <p>
Built using
<a href="https://cobalt-org.github.io/">
Cobalt.rs
@@ -22,16 +31,5 @@
NGINX
</a>
</p>
- <p>
- See a problem?
- <a href=" mailto:atc@53hor.net?subject=Found%20your%20website!">
- Tell me so I can fix it
- </a>
- or
- <a href="https://gitlab.com/53hornet/cobalt-site">
- fix it yourself!
- </a>
- </p>
</div>
-</footer>
-<!-- end footer -->
+</div>