aboutsummaryrefslogtreecommitdiff
path: root/post-process.sh
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-08-14 13:39:40 +1000
committerYuchen Pei <id@ypei.org>2023-08-14 13:39:40 +1000
commitf1545057122aef3d6997f2738c319b30ea0b5d1f (patch)
tree25ac1119c6d426d61fc27fea09c9d7b107378ec6 /post-process.sh
parentc02b46797a5d29994dc560442524012787535027 (diff)
Remove the comment system (isso)
It is currently broken and needs to be fixed first.
Diffstat (limited to 'post-process.sh')
-rwxr-xr-xpost-process.sh2
1 files changed, 0 insertions, 2 deletions
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 class="subtitle">)(.*)(<\/span>)/\1\2 | <a href="#isso-thread">Comments<\/a>\3/' "$post"
done
for page in site/*.html; do