summaryrefslogtreecommitdiff
path: root/_includes/footer.liquid
diff options
context:
space:
mode:
Diffstat (limited to '_includes/footer.liquid')
-rw-r--r--_includes/footer.liquid38
1 files changed, 5 insertions, 33 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid
index f1bfa52..af4831d 100644
--- a/_includes/footer.liquid
+++ b/_includes/footer.liquid
@@ -1,35 +1,7 @@
<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://git.53hor.net/?p=cobalt-site.git;a=summary">
- fix it yourself!
- </a>
- </p>
- <p>
- 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 self-hosted with
- <a href="https://nginx.org/">
- NGINX
- </a>
- </p>
- </div>
+ <div class="content has-text-centered">
+ <p>
+ Site last updated {{ "now" | date: "%A, %b %e, %Y" }}
+ </p>
+ </div>
</div>