diff --git a/www/blog/tags.partial.gohtml b/www/blog/tags.partial.gohtml
index 3b7b925..dbfa111 100644
--- a/www/blog/tags.partial.gohtml
+++ b/www/blog/tags.partial.gohtml
@@ -8,7 +8,7 @@
{{ else }}
- - » Blog Archives
+ - » Blog Archives
{{ range .Tags }}
{{ if ge .Count 8 }}
- » {{ .Name }}
diff --git a/www/contact/index.gohtml b/www/contact/index.gohtml
index 00c31b8..5cc8e31 100644
--- a/www/contact/index.gohtml
+++ b/www/contact/index.gohtml
@@ -44,7 +44,7 @@ Things that you SHOULD NOT use this form for:
For anything else:
-{% elif method == "get" %}
+{{ else if eq $method "get" }}
Downloading File...
- Your download of {{ file }} will begin shortly. If it doesn't,
- download it directly.
-{% endif %}
+ Your download of {{ $file }} will begin shortly. If it doesn't,
+ download it directly.
-{% endblock %}
-{% block scripts %}
- {% if method == "get" %}
-
- {% endif %}
-{% endblock %}
\ No newline at end of file
+
+{{ else }}
+ An error has occurred.
+{{ end}}
+
+{{ end }}