diff --git a/Makefile b/Makefile index fa08156..19ce36f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,9 @@ -index.html: index.j2.html +PAGES = index.html rules.html + +all: $(PAGES) + +clean: + rm $(PAGES) + +%.html: %.j2.html base.j2.html j2 $< > $@ diff --git a/index.j2.html b/index.j2.html index 0befe18..6297645 100644 --- a/index.j2.html +++ b/index.j2.html @@ -2,7 +2,7 @@ {% block title %}Freak University{% endblock title%} {% block content %} -
Welcome to Freak University! There used to be a public fediverse instance here, but not anymore. However, we are working on restoring some of the affiliated services, and those restored are listed below.
+Welcome to Freak University! There used to be a public fediverse instance here, but not anymore. However, we are working on restoring some of the affiliated services, and those restored are listed below. Please read the rules before using any of these services.
As of 2024-08-03. Based on the original Freak U fediverse rules as of 2022-08-11. +