summaryrefslogtreecommitdiff
path: root/frontend/static
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static')
-rw-r--r--frontend/static/meson.build2
l---------frontend/static/simple.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/frontend/static/meson.build b/frontend/static/meson.build
index b08b281..d7ee8fe 100644
--- a/frontend/static/meson.build
+++ b/frontend/static/meson.build
@@ -1 +1 @@
-hugo_source_targets += fs.copyfile(css)
+hugo_source_targets += fs.copyfile('simple.css')
diff --git a/frontend/static/simple.css b/frontend/static/simple.css
new file mode 120000
index 0000000..8f905d1
--- /dev/null
+++ b/frontend/static/simple.css
@@ -0,0 +1 @@
+../simple.css/simple.css \ No newline at end of file