summaryrefslogtreecommitdiffstats
path: root/build.js
diff options
context:
space:
mode:
Diffstat (limited to 'build.js')
-rw-r--r--build.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.js b/build.js
index af21c39..f87b3b0 100644
--- a/build.js
+++ b/build.js
@@ -63,6 +63,7 @@ const view = {
contact_info_title: contactInfoView["title"],
contact_info_body: contactInfoView["body"],
};
+
const renderedHtml = M.render(htmlTemplate, view);
fs.writeFileSync(HTML_OUT_PATH, renderedHtml);