diff options
-rwxr-xr-x | gen.sh | 2 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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> |