diff --git a/config/about.template b/config/about.template index ac6a59b..a0c7f29 100644 --- a/config/about.template +++ b/config/about.template @@ -1,25 +1,31 @@ -

- Hello there! This is the official ThreadR instance provided by the ThreadR development team. -

-

- What is ThreadR? -

-

- ThreadR is a free and open-source forum engine. That means you can download - it and host an instance of ThreadR on your own web server to run your own forum. -

-

- The project originated as a school project in 2019 with the goal of building - a forum. When we finished school, the project was abandoned and eventually taken down. - A year later, we decided to revive it and started working on it again. Now that school - is over and we don't necessarily have a a reason to run our own forum anymore, - we shifted the project goal to building a FOSS forum engine. -

-

- Who are we? -

-

- We are a small group of (hobby) developers working on ThreadR in our free time. - To get in touch, ... uhh ... There will be a way once ThreadR is fully functional. - For now, you can find us on Discord: discord.gg/r3w3zSkEUE -

\ No newline at end of file +
+
+

About ThreadR

+
+
+

+ This is a ThreadR development instance. Beep beep. Boop boop. +

+

+ If you see this message in a production environment (aka. a Forum that is actually being used), kindly tell the admin that they forgot to change the about page. :) +

+

+ What is ThreadR? +

+

+ ThreadR is a free and open-source forum engine. That means you can download + it and host an instance of ThreadR on your own web server to run your own forum. + It originated in 2019 as a school project and has died twice since. + Currently, the project is being rewritten in Go with (hopefully) less ugly hacks. +

+

+ Who dis? +

+

+ Depends.
+ If this site is hosted on a LostCave domain, then it's probably us, the developers. + For now, you can find us on Discord: discord.gg/r3w3zSkEUE
+ If it isn't on a LostCave domain, then this site belongs to some lazy admin who forgot to change the about page. +

+
+
diff --git a/templates/pages/about.html b/templates/pages/about.html index 6802192..afc1193 100644 --- a/templates/pages/about.html +++ b/templates/pages/about.html @@ -7,15 +7,8 @@ {{template "navbar" .}} -
-
-

About ThreadR

-
-
- {{.AboutContent}} -
-
+ {{.AboutContent}} {{template "cookie_banner" .}} -{{end}} \ No newline at end of file +{{end}}