summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:49:35 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:49:35 -0400
commit6cc67230860439e8aef8f7464e3edbc12bc3cda1 (patch)
treed3e404800107a7deda055491404db8795a044b46
parentcc182e1e8d032ea6a17e4b752403fc6518e99028 (diff)
templates/footer.tmpl: add width and height attrs for peach img
-rw-r--r--templates/footer.tmpl3
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>