summaryrefslogtreecommitdiff
path: root/gen.sh
diff options
context:
space:
mode:
authorknolax <1339802534.kk@gmail.com>2018-06-27 14:37:23 -0400
committerknolax <1339802534.kk@gmail.com>2018-06-27 14:37:23 -0400
commitb12b907c5997cbb238a251059fd7c84187c23fd7 (patch)
tree2fd18d15e77456cb8989d5fcd6c659317090cd9d /gen.sh
parent3b1d36ac3d9e4cdfc7868901d075f40b53d5b4ac (diff)
changed main page links to https
Diffstat (limited to 'gen.sh')
-rwxr-xr-xgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen.sh b/gen.sh
index 82d8763..99b0639 100755
--- a/gen.sh
+++ b/gen.sh
@@ -39,5 +39,5 @@ for page in $pages; do
rm $page.tmp
#adds to the index
- echo "<a href=\"http://hairydiode.xyz/$(echo $page| sed 's/.html//')\">[$title] $date</a>" >> index
+ echo "<a href=\"https://hairydiode.xyz/$(echo $page| sed 's/.html//')\">[$title] $date</a>" >> index
done