summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:35:41 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:35:41 -0400
commit24c206d9b0b3ed3cccbf44fd8df9fb89b0cfb61f (patch)
tree238c365a7e7ed6408f5b8e3bc6e01fc3769031d8
parent98fb5ee6e2e32246573c4530c41ecf3d4af8d17d (diff)
templates/about.tmpl: use footer.tmpl
-rw-r--r--templates/about.tmpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/about.tmpl b/templates/about.tmpl
index 79a633d..039dce2 100644
--- a/templates/about.tmpl
+++ b/templates/about.tmpl
@@ -57,15 +57,7 @@
</div>
</div> <!-- privacy-container end -->
- <div class="footer-container">
- <div class="footer">
- <div class="logo-container">
- <a href="/">
- <img src="/static/logo/peach.png" alt="[ peach logo]" />
- </a>
- </div>
- </div>
- </div> <!-- footer container end -->
+ {{ template "footer.tmpl" "/" }}
</div> <!-- root-container end -->
</div> <!-- peach end -->