aboutsummaryrefslogtreecommitdiffstats
path: root/templates/template.html.j2
diff options
context:
space:
mode:
authorEden Attenborough <eddie.atten.ea29@gmail.com>2023-02-10 11:16:34 +0000
committerGitHub <noreply@github.com>2023-02-10 11:16:34 +0000
commitc334660d945c818eac02f22b1582d864ce3906bd (patch)
tree7eb540d36c705707519a520f30547572b1cee915 /templates/template.html.j2
parentc9c6db89a10e331d3df9f1a60b5c3ea89b1e7c59 (diff)
parent655895f25c78fe7e0750e89c1e1d79fd2f7a29ef (diff)
downloadeda.gay-c334660d945c818eac02f22b1582d864ce3906bd.tar.gz
eda.gay-c334660d945c818eac02f22b1582d864ce3906bd.zip
Merge pull request #4 from kira0x1/fix-sidebar-image
Fix sidebar image
Diffstat (limited to 'templates/template.html.j2')
-rwxr-xr-xtemplates/template.html.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html.j2 b/templates/template.html.j2
index b0bf62c..f80155d 100755
--- a/templates/template.html.j2
+++ b/templates/template.html.j2
@@ -33,7 +33,7 @@
</ul>
</nav>
</div>
- <a href="/">
+ <a id=sidebarImage href="/">
<img alt="{{image[0]}}" src="{{image[1]}}">
</a>
</div>