diff --git a/generator.py b/generator.py
index c8b535a..b13cb59 100644
--- a/generator.py
+++ b/generator.py
@@ -29,8 +29,8 @@ def makeGifGallery():
gif = line.replace("%gif%", "images/gifs/customgifs/" + file)
gifs.append(gif)
- with open("pages/posts/gifs.htm") as gifstpl:
- with open("pages/static/gifs.htm","w+") as output:
+ with open("pages/posts/gifs.html") as gifstpl:
+ with open("pages/static/gifs.html","w+") as output:
output.write('
GIFs I have made
')
output.write('\n
')
count = 0
diff --git a/pages/posts/gifs.htm b/pages/posts/gifs.html
similarity index 100%
rename from pages/posts/gifs.htm
rename to pages/posts/gifs.html
diff --git a/pages/static/about.htm b/pages/static/about.html
similarity index 100%
rename from pages/static/about.htm
rename to pages/static/about.html
diff --git a/pages/static/fun.htm b/pages/static/fun.html
similarity index 100%
rename from pages/static/fun.htm
rename to pages/static/fun.html
diff --git a/pages/static/gifs.htm b/pages/static/gifs.html
similarity index 100%
rename from pages/static/gifs.htm
rename to pages/static/gifs.html
diff --git a/pages/static/index.htm b/pages/static/index.html
similarity index 100%
rename from pages/static/index.htm
rename to pages/static/index.html
diff --git a/pages/static/links.htm b/pages/static/links.html
similarity index 100%
rename from pages/static/links.htm
rename to pages/static/links.html
diff --git a/pages/static/overwatch.htm b/pages/static/overwatch.html
similarity index 100%
rename from pages/static/overwatch.htm
rename to pages/static/overwatch.html
diff --git a/pages/static/projects.htm b/pages/static/projects.html
similarity index 100%
rename from pages/static/projects.htm
rename to pages/static/projects.html
diff --git a/pages/static/trek.htm b/pages/static/trek.html
similarity index 100%
rename from pages/static/trek.htm
rename to pages/static/trek.html
diff --git a/site/about.htm b/site/about.html
similarity index 93%
rename from site/about.htm
rename to site/about.html
index 6f737eb..42e240e 100644
--- a/site/about.htm
+++ b/site/about.html
@@ -7,7 +7,7 @@
-
+