diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-14 15:23:40 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-12-14 15:23:40 +0000 |
commit | a271df2387ac485d37b32194bc4187f325850dda (patch) | |
tree | e5ae0d512b163eae40dbe0a4f06e71117c291de9 | |
parent | 88d31d484a87ea69c2c4361c1d8e0ceb92aa257e (diff) | |
download | boymoder.blog-a271df2387ac485d37b32194bc4187f325850dda.tar.gz boymoder.blog-a271df2387ac485d37b32194bc4187f325850dda.zip |
check
-rwxr-xr-x | templates/index.html.j2 | 16 | ||||
-rw-r--r-- | 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 @@ <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 %} 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 %} - <h4><a href="https://curiouscat.live/{{ curiouscat_username }}">ask a question!</a></h4> + <h4><a href="https://tellonym.me/boymoderology">ask a question!</a></h4> <dl> {% for id_, link, dt, question, answer in qnas %} <dt><a href="{{ link }}">{{ dt.isoformat() }}</a></dt> |