summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/weather.tmpl10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/weather.tmpl b/templates/weather.tmpl
index b6a8149..cf36f39 100644
--- a/templates/weather.tmpl
+++ b/templates/weather.tmpl
@@ -114,15 +114,7 @@
</div>
{{ end }}
- <div class="footer-container">
- <div class="footer">
- <div class="logo-container">
- <a href="/about">
- <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 -->