summaryrefslogtreecommitdiff
path: root/frontend/layouts/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/layouts/meson.build')
-rw-r--r--frontend/layouts/meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/layouts/meson.build b/frontend/layouts/meson.build
new file mode 100644
index 0000000..3057a77
--- /dev/null
+++ b/frontend/layouts/meson.build
@@ -0,0 +1,6 @@
+foreach hugo_source : [
+ 'baseof.html',
+ 'home.html',
+]
+ hugo_source_targets += fs.copyfile(hugo_source)
+endforeach