diff --git a/pages/static/about.html b/pages/static/about.html index 9beea51..87749e6 100644 --- a/pages/static/about.html +++ b/pages/static/about.html @@ -8,4 +8,6 @@
I made this by coding up a quick SSG to allow for rapid templating in python. I've got the code for this website up on gitea. You can find a link on the projects page.
I don't think it's suitable for reuse as is, unless you really want to put in that work, but maybe it will inspire you to make a site like this!
-Ultimately the site is coded by hand, including the ssg that combines it for upload
\ No newline at end of file +Ultimately the site is coded by hand, including the ssg that combines it for upload
+Also, fuck conventions, have fun!
\ No newline at end of file diff --git a/site/about.html b/site/about.html index 42e240e..e849d90 100644 --- a/site/about.html +++ b/site/about.html @@ -27,7 +27,9 @@I made this by coding up a quick SSG to allow for rapid templating in python. I've got the code for this website up on gitea. You can find a link on the projects page.
I don't think it's suitable for reuse as is, unless you really want to put in that work, but maybe it will inspire you to make a site like this!
-Ultimately the site is coded by hand, including the ssg that combines it for upload
+Ultimately the site is coded by hand, including the ssg that combines it for upload
+Also, fuck conventions, have fun!