From 069f08dde923b859f90b4afa9d0038877ce2b6ce Mon Sep 17 00:00:00 2001 From: Mez Date: Mon, 18 Aug 2025 22:02:09 +0100 Subject: [PATCH] =?UTF-8?q?Add=20webmention=20endpoint=20link=20somewhere?= =?UTF-8?q?=20it=20wasn=E2=80=99t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- identify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/identify.py b/identify.py index f748c45..4544333 100644 --- a/identify.py +++ b/identify.py @@ -139,7 +139,7 @@ writersslist.close() writeindex = open("build/index.html","w") -writeindex.write("\n\n\n\n\npraze • Notes\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\n
\n
\n

Notes

\n

This is the part of the site where I post long-ish-form writing I seem to have the embarrassing need to share … I guess you’d call it a blog.

\n

Posts are listed in reverse chronological order. Please be aware of posting dates – my opinions are constantly changing and evolving, and the longer ago something was written, the more likely it is that I’ll have since come to disagree with it completely … or in the case of more technical stuff, details may simply be out of date.

\n

Some of these posts were originally made on a now-deleted Dreamwidth account. Toggle the boxes to show/hide posts in the relevant category.

\n\n\n\n\n\n\n\n\n\n\n\n\n
    \n") +writeindex.write("\n\n\n\n\npraze • Notes\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
    \n
    \n
    \n

    Notes

    \n

    This is the part of the site where I post long-ish-form writing I seem to have the embarrassing need to share … I guess you’d call it a blog.

    \n

    Posts are listed in reverse chronological order. Please be aware of posting dates – my opinions are constantly changing and evolving, and the longer ago something was written, the more likely it is that I’ll have since come to disagree with it completely … or in the case of more technical stuff, details may simply be out of date.

    \n

    Some of these posts were originally made on a now-deleted Dreamwidth account. Toggle the boxes to show/hide posts in the relevant category.

    \n\n\n\n\n\n\n\n\n\n\n\n\n
      \n") for post in posts: poststring = "
    • " + post["date"] + " "