From 986c8b0f37e049d26d4eaf22b3cf9a94d6adf3e8 Mon Sep 17 00:00:00 2001 From: J4YC33 Date: Sat, 22 Jun 2024 20:29:50 -0600 Subject: [PATCH] small change --- pages/static/about.html | 4 +++- site/about.html | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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 @@

About the Site

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 @@

About the Site

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!