summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgen.sh2
-rw-r--r--index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/gen.sh b/gen.sh
index dda13c6..82d8763 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=\"$page\">[$title] $date</a>" >> index
+ echo "<a href=\"http://hairydiode.xyz/$(echo $page| sed 's/.html//')\">[$title] $date</a>" >> index
done
diff --git a/index.html b/index.html
index 7446c3b..6b3621d 100644
--- a/index.html
+++ b/index.html
@@ -30,8 +30,8 @@ How do I tell you your site is ugly?
Github:https://github.com/knolax
Where's all the content?
Scroll Down
-<a href="network.html">[A Distributed Network Idea] 1-3-2018</a>
-<a href="meta.html">[Making This Site] 11-13-2017</a>
+<a href="http://hairydiode.xyz/network">[A Distributed Network Idea] 1-3-2018</a>
+<a href="http://hairydiode.xyz/meta">[Making This Site] 11-13-2017</a>
</div>
</pre>
</body>