diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 19:59:35 -0700 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2022-12-27 19:59:35 -0700 |
commit | 7323b01e42d573c12818f48e4b00ed8ff7736565 (patch) | |
tree | 0432e898678b1a8f6ac162f05f1898c6b02a8e79 /layouts/partials/foot.html | |
parent | 6ba510878f9f5e333e511e300d1bf20d0310d633 (diff) | |
download | website-7323b01e42d573c12818f48e4b00ed8ff7736565.tar website-7323b01e42d573c12818f48e4b00ed8ff7736565.tar.gz website-7323b01e42d573c12818f48e4b00ed8ff7736565.tar.bz2 |
added contact page, blog list, redid homepage
Diffstat (limited to 'layouts/partials/foot.html')
-rw-r--r-- | layouts/partials/foot.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/partials/foot.html b/layouts/partials/foot.html index 683b345..ac533f5 100644 --- a/layouts/partials/foot.html +++ b/layouts/partials/foot.html @@ -1,12 +1,13 @@ </div> -<div class="col-lg-3 box rounded-3 sidebar"> +<div class="col-lg-3 box rounded-3 sidebar d-none d-lg-block mb-0"> <img class="pfp m-auto d-block mt-3 img-fluid img-circle" src="/bryson.png"> <br> + <span><a href="/blog/index.xml">Blog RSS</a><br></span> <span>Codeberg/Github: <a href="https://codeberg.org/brysonsteck">@brysonsteck</a><br></span> <span>Email: <a href="mailto:brysonsteck@protonmail.com">brysonsteck@pm.me</a><br></span> </div> </div> </div> -<footer>Copyright © 2022-2023, Bryson Steck<br>All content is available under <a href="/licenses#ca-by-sa-40">CC-BY-SA 4.0.</a> This website's code is available under the <a href="/licenses#bsd-2-clause-license">BSD 2-Clause License.</a></footer> +<footer class="px-5">Copyright © 2022-2023, Bryson Steck<br>All content is available under <a href="/licenses#ca-by-sa-40">CC-BY-SA 4.0.</a> This website's code is available under the <a href="/licenses#bsd-2-clause-license">BSD 2-Clause License.</a></footer> </body> </html> |