diff --git a/Makefile b/Makefile index b835caa..e7574dc 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ ARTICLES = $(shell git ls-tree HEAD --name-only -- $(BLOG_SRC)/ 2>/dev/null) TAGFILES = $(patsubst $(BLOG_SRC)/%.md,tags/%,$(ARTICLES)) help: - $(info blogit init|build|deploy|clean) + $(info make init|build|deploy|clean|taglist) init: mkdir -p $(BLOG_SRC) data templates diff --git a/templates/footer.html b/templates/footer.html index a342f92..54d33d7 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,8 +1,9 @@ -

This website is a fork from Luke Smith's Based Cooking