diff options
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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>. |