From e484a4ecd182d806d004a0b5b9116683bc07217e Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 3 Sep 2023 20:57:35 +0100 Subject: Added local nitter instance, fixed twitter caching using new method --- templates/diary.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/diary.html.j2') diff --git a/templates/diary.html.j2 b/templates/diary.html.j2 index d7c363b..f6604f7 100755 --- a/templates/diary.html.j2 +++ b/templates/diary.html.j2 @@ -1,7 +1,7 @@ {% extends "template.html.j2" %} {% block content %}

this page might not be up-to-date if my diary account is search banned

-

if in doubt check my diary account
serves me right for using the official API instead of HTML scraping like i did with the recent tweets thing
check if i'm currently search banned

+

if in doubt check my diary account
check if i'm currently search banned

{% for dt, entries in diary.items() %}
{{ dt }}
-- cgit v1.2.3