~technomancy/fennel-lang.org

da14f23f14bdc875c3a72d467494307f7d0a0579 — Phil Hagelberg 4 months ago 621b632
New dates for user group.
2 files changed, 3 insertions(+), 3 deletions(-)

M Makefile
M events.fnl
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"