diff options
Diffstat (limited to 'templates/index.html.j2')
-rwxr-xr-x | templates/index.html.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html.j2 b/templates/index.html.j2 index 72bff7b..e0aede9 100755 --- a/templates/index.html.j2 +++ b/templates/index.html.j2 @@ -9,6 +9,7 @@ {% endfor %} </ul> </section> + <img id="sidebar_img" alt="{{sidebar_img[0]}}" src="{{sidebar_img[1]}}"> </aside> {{markdown|safe}} {% if tweets != None %} |