diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:32:38 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:32:38 -0400 |
commit | d8203edb7a671b5d386ab7236ed26f4532db99a4 (patch) | |
tree | 4583a2b995bf3d01ae29f8ea2cc0b3a98196e605 /templates/footer.tmpl | |
parent | fe18dbde410246dd6273bb1c15c330493e597e16 (diff) |
templates: add footer.tmpl
Diffstat (limited to 'templates/footer.tmpl')
-rw-r--r-- | templates/footer.tmpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/footer.tmpl b/templates/footer.tmpl new file mode 100644 index 0000000..cd6831b --- /dev/null +++ b/templates/footer.tmpl @@ -0,0 +1,9 @@ +<div class="footer-container"> + <div class="footer"> + <div class="logo-container"> + <a href="/about"> + <img src="/static/logo/peach-180.png" alt="[ peach logo ]" /> + </a> + </div> + </div> +</div> <!-- footer container end --> |