From a271df2387ac485d37b32194bc4187f325850dda Mon Sep 17 00:00:00 2001
From: jwansek <eddie.atten.ea29@gmail.com>
Date: Thu, 14 Dec 2023 15:23:40 +0000
Subject: check

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

(limited to 'templates/index.html.j2')

diff --git a/templates/index.html.j2 b/templates/index.html.j2
index e0aede9..49c2794 100755
--- a/templates/index.html.j2
+++ b/templates/index.html.j2
@@ -12,20 +12,6 @@
         <img id="sidebar_img" alt="{{sidebar_img[0]}}" src="{{sidebar_img[1]}}">
     </aside>
     {{markdown|safe}}
-    {% if tweets != None %}
-        <section id="recent_tweets">
-            <h3>recent tweets</h3>
-            <ul>
-                {% for text, url in tweets %}
-                    {% if text == None %}
-                        <li><a href="{{url}}">[image only]</a></li>
-                    {% else %}
-                        <li><a href="{{url}}">{{text}}</a></li>
-                    {% endif %}
-                {% endfor %}
-            </ul>
-        </section>
-    {% endif %}
     <section id="recent_commits">
         <h3>recent git commits:</h3>
         <ul>
@@ -34,4 +20,4 @@
             {% endfor %}
         </ul>
     </section>
-{% endblock %}
\ No newline at end of file
+{% endblock %}
-- 
cgit v1.2.3