From c9c6db89a10e331d3df9f1a60b5c3ea89b1e7c59 Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Wed, 25 Jan 2023 16:56:29 +0000
Subject: Added yaoi on sidebar

---
 templates/index.html.j2 | 1 +
 1 file changed, 1 insertion(+)

(limited to 'templates')

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 %}
-- 
cgit v1.2.3