*.pg will now be processed with contents template

Which is essentially index for the time being.
master
Mike Gerwitz 2013-05-27 16:59:44 -04:00
parent f14299b269
commit 3e3e18d397
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ thoughts:
./tools/mgify "$@"
%.html: %.pg
$(repo2html) -i index < $< > $@
$(repo2html) -i content < $< > $@
pages: $(pages)
articles: $(articles)