aboutsummaryrefslogtreecommitdiffstats
path: root/templates/site/fun/renegade.html!
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2021-06-08 11:18:04 -0400
committermjfernez <mjfernez@gmail.com>2021-06-08 11:18:04 -0400
commit1409ff96cdfc4fd6176f36f60fbe86dde1b3b6e4 (patch)
treec731a0a825f1179fb186ff629213fc20158a9c90 /templates/site/fun/renegade.html!
parenta4ef784946330abc6aed8e03accdf7541881df0f (diff)
downloadezcms-1409ff96cdfc4fd6176f36f60fbe86dde1b3b6e4.tar.gz
Added ability to override templates.
This commit primarily adds the ability to override the base template by adding a '!' on HTML files. It also makes adjustments to the index page display to not show this extra character. Additions to the README reflecting this change, as well as small note on similarity to neocities was added
Diffstat (limited to 'templates/site/fun/renegade.html!')
-rw-r--r--templates/site/fun/renegade.html!6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/site/fun/renegade.html! b/templates/site/fun/renegade.html!
new file mode 100644
index 0000000..cc1e6f8
--- /dev/null
+++ b/templates/site/fun/renegade.html!
@@ -0,0 +1,6 @@
+<html>
+ <body>
+ <h1>This file breaks all the rules!</h1>
+ <p>This file doesn't use the base template.</p>
+ </body>
+</html>