diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/footer.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/footer.tmpl b/templates/footer.tmpl index 377ad45..87b3bed 100644 --- a/templates/footer.tmpl +++ b/templates/footer.tmpl @@ -2,7 +2,8 @@ <div class="footer"> <div class="logo-container"> <a href="{{ . }}"> - <img src="/static/logo/peach-180.png" alt="[ peach logo ]" /> + <img src="/static/logo/peach-180.png" + width="20" height="20" alt="[ peach logo ]" /> </a> </div> </div> |