diff --git a/Makefile b/Makefile index fd8271f..85db6a1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ public_html/%.html: %.md --defaults bavbavhaus.net.yaml \ --template bavbavhaus.net.html5 \ --metadata url=$*.html \ - $(patsubst %,--metadata links=%,$(filter-out $<,$^)) \ + $(patsubst %,--metadata links=%,$(call getparts,$(links))) \ --output $@ \ $<