From f1545057122aef3d6997f2738c319b30ea0b5d1f Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 14 Aug 2023 13:39:40 +1000 Subject: Remove the comment system (isso) It is currently broken and needs to be fixed first. --- post-process.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'post-process.sh') diff --git a/post-process.sh b/post-process.sh index 81a216b..6300115 100755 --- a/post-process.sh +++ b/post-process.sh @@ -8,8 +8,6 @@ for post in site/posts/*.html; do # fix absolute links mislabelled as file:// links sed -i 's/src="file:\/\//src="/g' "$post" sed -i 's/href="file:\/\//href="/g' "$post" - # add comments link - sed -Ei 's/()(.*)(<\/span>)/\1\2 | Comments<\/a>\3/' "$post" done for page in site/*.html; do -- cgit v1.2.3