diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-09-03 20:57:35 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-09-03 20:57:35 +0100 |
commit | e484a4ecd182d806d004a0b5b9116683bc07217e (patch) | |
tree | edc225a17aaf7dc93000b9046c92656009a3de57 /templates | |
parent | c4ab716c20729a62f7b78b60029c27e0f166f41c (diff) | |
download | eda.gay-e484a4ecd182d806d004a0b5b9116683bc07217e.tar.gz eda.gay-e484a4ecd182d806d004a0b5b9116683bc07217e.zip |
Added local nitter instance, fixed twitter caching using new method
Diffstat (limited to 'templates')
-rwxr-xr-x | templates/diary.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <h4>this page might not be up-to-date if my diary account is search banned</h4> - <p>if in doubt check my <a href="https://twitter.com/FORMER_SHOTA">diary account</a> <br> <s>serves me right for using the official API instead of HTML scraping like i did with the <a href="/">recent tweets</a> thing</s> <br> <a href="https://shadowban.yuzurisa.com/FORMER_SHOTA">check if i'm currently search banned</a></p> + <p>if in doubt check my <a href="https://twitter.com/{{ diary_account }}">diary account</a> <br> <a href="https://shadowban.yuzurisa.com/{{ diary_account }}">check if i'm currently search banned</a></p> <dl> {% for dt, entries in diary.items() %} <dt><a href="{{ entries[0]['link'] }}">{{ dt }}</a></dt> |