M Makefile => Makefile +1 -1
@@ 1,7 1,7 @@
.DEFAULT_GOAL := build
TAGS ?= $(shell git --git-dir=./fennel/.git tag -l | grep '^[0-9]' | grep -v - | grep -v 0.0.1 | tac)
-TAGDIRS := main $(foreach tag, $(TAGS), v${tag})
+TAGDIRS := $(foreach tag, $(TAGS), v${tag})
# which fennel/$.md files build a tag index
TAGSOURCES := changelog reference api
M events.fnl => events.fnl +2 -2
@@ 44,8 44,8 @@
"the scheduled time."
[:a {:href "https://meet.jit.si/FennelUserGroup"}
"meet.jit.si/FennelUserGroup"]]
- [:p {} "The next Fennel User Group will be on the 18th of March"
- " followed by the 15th of April."]
+ [:p {} "The next Fennel User Group will be on the 20th of May"
+ " followed by the 17th of June."]
[:hr {}]
[:p {} "Fennel is copyright © 2016-2023 Calvin Rose and "
"contributors and is"