diff options
author | mjfernez <mjfernez@gmail.com> | 2021-06-08 11:18:04 -0400 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2021-06-08 11:18:04 -0400 |
commit | 1409ff96cdfc4fd6176f36f60fbe86dde1b3b6e4 (patch) | |
tree | c731a0a825f1179fb186ff629213fc20158a9c90 /templates/site/fun | |
parent | a4ef784946330abc6aed8e03accdf7541881df0f (diff) | |
download | ezcms-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')
-rw-r--r-- | templates/site/fun/.renegade.html!.swp | bin | 0 -> 12288 bytes | |||
-rw-r--r-- | templates/site/fun/renegade.html! | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/site/fun/.renegade.html!.swp b/templates/site/fun/.renegade.html!.swp Binary files differnew file mode 100644 index 0000000..6d77db2 --- /dev/null +++ b/templates/site/fun/.renegade.html!.swp 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> |