From ce9beca13e49cdbb66056e43d890a3dd1178bc32 Mon Sep 17 00:00:00 2001
From: knolax <1339802534.kk@gmail.com>
Date: Tue, 9 Jan 2018 19:36:08 -0500
Subject: changed the links in index to not include the .html as github can now
handle urls without the .html
---
gen.sh | 2 +-
index.html | 4 ++--
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 "[$title] $date" >> index
+ echo "[$title] $date" >> 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 Distributed Network Idea] 1-3-2018
-[Making This Site] 11-13-2017
+[A Distributed Network Idea] 1-3-2018
+[Making This Site] 11-13-2017