diff --git a/Makefile b/Makefile index 647a62f..6e73986 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ # Builds website # -header := _includes/header.html -footer := _includes/footer.html +header := includes/header.html +footer := includes/footer.html input_html := $(wildcard *.html) input_images := $(wildcard images/*.png) diff --git a/_includes/README b/includes/README similarity index 100% rename from _includes/README rename to includes/README diff --git a/_includes/footer.html b/includes/footer.html similarity index 100% rename from _includes/footer.html rename to includes/footer.html diff --git a/_includes/header.html b/includes/header.html similarity index 100% rename from _includes/header.html rename to includes/header.html