From a271df2387ac485d37b32194bc4187f325850dda Mon Sep 17 00:00:00 2001 From: jwansek Date: Thu, 14 Dec 2023 15:23:40 +0000 Subject: check --- templates/index.html.j2 | 16 +--------------- templates/questions.html.j2 | 2 +- 2 files changed, 2 insertions(+), 16 deletions(-) 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 @@ {{sidebar_img[0]}} {{markdown|safe}} - {% if tweets != None %} -
-

recent tweets

- -
- {% endif %}

recent git commits:

-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/questions.html.j2 b/templates/questions.html.j2 index 2d0eaf2..bf6b278 100644 --- a/templates/questions.html.j2 +++ b/templates/questions.html.j2 @@ -1,6 +1,6 @@ {% extends "template.html.j2" %} {% block content %} -

ask a question!

+

ask a question!

{% for id_, link, dt, question, answer in qnas %}
{{ dt.isoformat() }}
-- cgit v1.2.3