diff options
author | 53hornet <53hornet@gmail.com> | 2019-04-07 15:52:35 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2019-04-07 15:52:35 -0400 |
commit | f48338109e2170d9c7c9ec4cd884e57f94197791 (patch) | |
tree | e06dc3e4219e1bc3c622f3a40bf61b264ca30c7f /_includes | |
parent | 4384dc784991f8722e5bb3f09064161d0bf1eb9c (diff) | |
download | cobalt-site-f48338109e2170d9c7c9ec4cd884e57f94197791.tar.xz cobalt-site-f48338109e2170d9c7c9ec4cd884e57f94197791.zip |
Updated look, footer, nav links.
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/footer.liquid | 11 | ||||
-rw-r--r-- | _includes/nav.liquid | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/_includes/footer.liquid b/_includes/footer.liquid index 080842e..96b453c 100644 --- a/_includes/footer.liquid +++ b/_includes/footer.liquid @@ -2,7 +2,10 @@ <footer class="footer"> <div class="content has-text-centered"> <p> - This static site was built using + Site last updated {{ "now" | date: "%A, %b %e, %Y" }} + </p> + <p> + Built using <a href="https://cobalt-org.github.io/"> Cobalt.rs </a> @@ -14,14 +17,14 @@ <a href="https://daneden.github.io/animate.css/"> Animate.css </a> - , and is self-hosted with + , and self-hosted with <a href="https://nginx.org/"> - Nginx + NGINX </a> </p> <p> See a problem? - <a href="#"> + <a href=" mailto:atc@53hor.net?subject=Found%20your%20website!"> Tell me so I can fix it </a> or diff --git a/_includes/nav.liquid b/_includes/nav.liquid index 5535d64..964ac37 100644 --- a/_includes/nav.liquid +++ b/_includes/nav.liquid @@ -25,7 +25,7 @@ fadeInDown <div class="navbar-start"> <p class="navbar-item"> <em> - Links: + Links </em> </p> |