diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-03-21 14:11:28 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-03-21 14:11:28 +0000 |
commit | 208e6eb70f0e399b84380c2112dc312c929cf7ea (patch) | |
tree | 0903e5a3ac54050d3cc0f90bda3195b4e3a83c49 /templates/template.html.j2 | |
parent | 7c7082fbc6bbaeb48aded3e2a598130a1c0b343f (diff) | |
parent | cfc2bfbec443ea24f4af0027a077267771b0698f (diff) | |
download | boymoder.blog-208e6eb70f0e399b84380c2112dc312c929cf7ea.tar.gz boymoder.blog-208e6eb70f0e399b84380c2112dc312c929cf7ea.zip |
Merge branch 'master' of git.eda.gay:eda.gay
Diffstat (limited to 'templates/template.html.j2')
-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> |