diff options
author | Kira <kira.eva@protonmail.com> | 2023-02-09 18:51:35 +0000 |
---|---|---|
committer | Kira <kira.eva@protonmail.com> | 2023-02-09 18:51:35 +0000 |
commit | cc2aede0c79ffab0ea6ece346225095a85377269 (patch) | |
tree | 95ca00bb0231c27e7115e0027fc5480fdf482931 | |
parent | c9c6db89a10e331d3df9f1a60b5c3ea89b1e7c59 (diff) | |
download | eda.gay-cc2aede0c79ffab0ea6ece346225095a85377269.tar.gz eda.gay-cc2aede0c79ffab0ea6ece346225095a85377269.zip |
Update sidebar id
-rwxr-xr-x | templates/template.html.j2 | 2 |
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> |