aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/.base.html.swpbin0 -> 12288 bytes
-rw-r--r--templates/.index.html.swpbin0 -> 12288 bytes
-rw-r--r--templates/index.html2
-rw-r--r--templates/site/.home.html.swpbin0 -> 12288 bytes
-rw-r--r--templates/site/.license.html.swpbin0 -> 12288 bytes
-rw-r--r--templates/site/fun/.renegade.html!.swpbin0 -> 12288 bytes
-rw-r--r--templates/site/fun/renegade.html!6
7 files changed, 7 insertions, 1 deletions
diff --git a/templates/.base.html.swp b/templates/.base.html.swp
new file mode 100644
index 0000000..9720cba
--- /dev/null
+++ b/templates/.base.html.swp
Binary files differ
diff --git a/templates/.index.html.swp b/templates/.index.html.swp
new file mode 100644
index 0000000..87ff2f1
--- /dev/null
+++ b/templates/.index.html.swp
Binary files differ
diff --git a/templates/index.html b/templates/index.html
index 7e815e2..4bbad1d 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -13,7 +13,7 @@
{% if files %}
<h3>File Listing</h3>
{% for f in files %}
-<li><a href="{{ cur_dir }}{{ f }}">{{ f }}</a></li>
+<li><a href="{{ cur_dir }}{{ f }}">{{ f.rstrip('!') }}</a></li>
{% endfor %}
{% endif %}
diff --git a/templates/site/.home.html.swp b/templates/site/.home.html.swp
new file mode 100644
index 0000000..b2cc13b
--- /dev/null
+++ b/templates/site/.home.html.swp
Binary files differ
diff --git a/templates/site/.license.html.swp b/templates/site/.license.html.swp
new file mode 100644
index 0000000..d1b0b90
--- /dev/null
+++ b/templates/site/.license.html.swp
Binary files differ
diff --git a/templates/site/fun/.renegade.html!.swp b/templates/site/fun/.renegade.html!.swp
new file mode 100644
index 0000000..6d77db2
--- /dev/null
+++ b/templates/site/fun/.renegade.html!.swp
Binary files differ
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>