diff --git a/templates/boards.mustache b/templates/boards.mustache index b1dee6a..9c216c0 100644 --- a/templates/boards.mustache +++ b/templates/boards.mustache @@ -1,4 +1,5 @@ {{>header}} +{{>forums_notice}} {{#categories}}

{{name}}

{{>child_boards}} diff --git a/templates/category.mustache b/templates/category.mustache new file mode 100644 index 0000000..5b2ca6e --- /dev/null +++ b/templates/category.mustache @@ -0,0 +1,9 @@ +{{>header}} +{{>wiki_notice}} +

{{title}}

+ +{{>footer}} \ No newline at end of file diff --git a/templates/index.mustache b/templates/index.mustache index 8d14e5c..94317d0 100644 --- a/templates/index.mustache +++ b/templates/index.mustache @@ -1,5 +1,7 @@ {{>header}} Welcome to the Glitch City Laboratories Archives. +

Glitch City Laboratories was a Pokémon glitch website that existed from March 2006 to September 2020 (announcement of closure). This is an archive of content from the website prior to its closure.

+

Further development and discussion is happening at Glitch City Research Institute, the successor community.

Archives