summaryrefslogtreecommitdiffstats
path: root/site/posts/meta/Theme.org
diff options
context:
space:
mode:
Diffstat (limited to 'site/posts/meta/Theme.org')
-rw-r--r--site/posts/meta/Theme.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/posts/meta/Theme.org b/site/posts/meta/Theme.org
index 0dd9d44..5029380 100644
--- a/site/posts/meta/Theme.org
+++ b/site/posts/meta/Theme.org
@@ -234,7 +234,7 @@ SASS := site/style/main.sass
CSS := $(SASS:.sass=.css)
GENFILES += ${CLEO_THEME_TANGLE} ${SASS}
-CONTENTS += ${CSS}
+CONTENTS += ${CSS} templates/main.html
${CSS} : ${SASS} ${GENSASS}
@echo " compile $<"