From 2831eb8af07b1c387f17cf4d9a4b3a1b1aa47bb5 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 25 Feb 2023 23:18:49 +0000 Subject: Added disclaimer to diary page --- templates/diary.html.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/diary.html.j2 b/templates/diary.html.j2 index 15cbe71..d7c363b 100755 --- a/templates/diary.html.j2 +++ b/templates/diary.html.j2 @@ -1,5 +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

{% for dt, entries in diary.items() %}
{{ dt }}
@@ -21,4 +23,4 @@ {% endfor %}
-{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3