diff options
-rw-r--r-- | templates/footer.tmpl | 2 | ||||
-rw-r--r-- | templates/weather.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/footer.tmpl b/templates/footer.tmpl index cd6831b..377ad45 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -1,7 +1,7 @@ <div class="footer-container"> <div class="footer"> <div class="logo-container"> - <a href="/about"> + <a href="{{ . }}"> <img src="/static/logo/peach-180.png" alt="[ peach logo ]" /> </a> </div> diff --git a/templates/weather.tmpl b/templates/weather.tmpl index cf36f39..8b27bcf 100644 --- a/templates/weather.tmpl +++ b/templates/weather.tmpl @@ -114,7 +114,7 @@ </div> {{ end }} - {{ template "footer.tmpl" }} + {{ template "footer.tmpl" "/about" }} </div> <!-- root-container end --> </div> <!-- peach end --> |