remove yaml from STATICEXTS

This commit is contained in:
rhiannon morris 2022-03-15 04:41:08 +01:00
parent e5d888ae01
commit 4d53deabf4
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ BUILDDIR ?= _build
POSTSDIR ?= posts
TEMPLATEDIR ?= templates
STATICEXTS := yaml
STATICEXTS :=
POSTS != find $(POSTSDIR) -name '*.md'
STATICS != parallel find $(POSTSDIR) -name '\*.{}' ::: $(STATICEXTS)