summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r--_includes/footer.liquid34
1 files changed, 34 insertions, 0 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid
new file mode 100644
index 0000000..080842e
--- /dev/null
+++ b/_includes/footer.liquid
@@ -0,0 +1,34 @@
+<!-- begin footer -->
+<footer class="footer">
+ <div class="content has-text-centered">
+ <p>
+ This static site was built using
+ <a href="https://cobalt-org.github.io/">
+ Cobalt.rs
+ </a>
+ ,
+ <a href="https://bulma.io">
+ Bulma.io
+ </a>
+ ,
+ <a href="https://daneden.github.io/animate.css/">
+ Animate.css
+ </a>
+ , and is self-hosted with
+ <a href="https://nginx.org/">
+ Nginx
+ </a>
+ </p>
+ <p>
+ See a problem?
+ <a href="#">
+ 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 -->