aboutsummaryrefslogtreecommitdiffstats
path: root/404.html
diff options
context:
space:
mode:
Diffstat (limited to '404.html')
-rw-r--r--404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/404.html b/404.html
index 7bcf042..f6f9c15 100644
--- a/404.html
+++ b/404.html
@@ -6,10 +6,10 @@
"eleventyExcludeFromCollections": true
}
---
-{% css %}
+<style>
h1 { color: red; }
-{% endcss %}
+</style>
<h1>ERROR: 404</h1>
-<p>{{ title }}</p>
+<p @text="title"></p>
Go <a href="/">home</a>.