diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:49:35 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:49:35 -0400 |
commit | 6cc67230860439e8aef8f7464e3edbc12bc3cda1 (patch) | |
tree | d3e404800107a7deda055491404db8795a044b46 /templates | |
parent | cc182e1e8d032ea6a17e4b752403fc6518e99028 (diff) |
templates/footer.tmpl: add width and height attrs for peach img
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> |