From b8741b37138f91aee5656289b1794dfe86aa1cf2 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Sun, 29 Dec 2024 23:05:58 +0300 Subject: [PATCH] add a written at date (approximately) --- blogin.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/blogin.sh b/blogin.sh index a2a7850..f2f196e 100644 --- a/blogin.sh +++ b/blogin.sh @@ -23,6 +23,7 @@ TITLE="blogin" DESCRIPTION="the worst member of the logiverse" AUTHOR="$USER" TAGS=(meta interactive tadiweb) +WRITTEN_AT=2024-12-28T00:00:00Z action=$(jq -r '.action // ""' <<< "$BLAG_QUERY" || :) if [[ "${action:+x}" == "x" ]]; then