aboutsummaryrefslogtreecommitdiff
path: root/post-process.sh
diff options
context:
space:
mode:
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