aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--forged/templates/400.tmpl2
-rw-r--r--forged/templates/400_colon.tmpl2
-rw-r--r--forged/templates/403.tmpl2
-rw-r--r--forged/templates/404.tmpl2
-rw-r--r--forged/templates/451.tmpl2
-rw-r--r--forged/templates/500.tmpl2
-rw-r--r--forged/templates/501.tmpl2
7 files changed, 0 insertions, 14 deletions
diff --git a/forged/templates/400.tmpl b/forged/templates/400.tmpl
index 58ce768..9c96ca5 100644
--- a/forged/templates/400.tmpl
+++ b/forged/templates/400.tmpl
@@ -14,8 +14,6 @@
<div class="padding-wrapper complete-error-page">
<h1>400 Bad Request</h1>
<p>{{- .complete_error_msg -}}</p>
- <hr />
- <address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}
diff --git a/forged/templates/400_colon.tmpl b/forged/templates/400_colon.tmpl
index 470a685..c5f72a3 100644
--- a/forged/templates/400_colon.tmpl
+++ b/forged/templates/400_colon.tmpl
@@ -15,8 +15,6 @@
<h1>400 Bad Request</h1>
<p>We recently switched URL schemes. Previously &ldquo;<code>:</code>&rdquo; was used as our URL group separator, but because OpenSMTPD does not implement local-part address quoting properly, we&rsquo;re unable to include &ldquo;<code>:</code>&rdquo; in URLs properly, hence we use &ldquo;<code>-</code>&rdquo; now.</p>
<p>As a precaution in case visitors get confused, this page was set up. <strong>You should probably replace the &ldquo;<code>:</code>&rdquo;s with &ldquo;<code>-</code>&rdquo;s in the URL bar.</strong> If there are colons in the URL that <em>is not</em> the group separator&mdash;that&rsquo;s an edge case that we&rsquo;ll fix later.</p>
- <hr />
- <address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}
diff --git a/forged/templates/403.tmpl b/forged/templates/403.tmpl
index 86d5518..4908c38 100644
--- a/forged/templates/403.tmpl
+++ b/forged/templates/403.tmpl
@@ -14,8 +14,6 @@
<div class="padding-wrapper complete-error-page">
<h1>403 Forbidden</h1>
<p>{{- .complete_error_msg -}}</p>
- <hr />
- <address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}
diff --git a/forged/templates/404.tmpl b/forged/templates/404.tmpl
index 2eabb06..d9485ef 100644
--- a/forged/templates/404.tmpl
+++ b/forged/templates/404.tmpl
@@ -13,8 +13,6 @@
{{- template "header" . -}}
<div class="padding-wrapper complete-error-page">
<h1>404 Not Found</h1>
- <hr />
- <address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}
diff --git a/forged/templates/451.tmpl b/forged/templates/451.tmpl
index ed6343c..510f96c 100644
--- a/forged/templates/451.tmpl
+++ b/forged/templates/451.tmpl
@@ -14,8 +14,6 @@
<div class="padding-wrapper complete-error-page">
<h1>451 Unavailable For Legal Reasons</h1>
<p>{{- .complete_error_msg -}}</p>
- <hr />
- <address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}
diff --git a/forged/templates/500.tmpl b/forged/templates/500.tmpl
index 3a540e6..b1dc15d 100644
--- a/forged/templates/500.tmpl
+++ b/forged/templates/500.tmpl
@@ -14,8 +14,6 @@
<div class="padding-wrapper complete-error-page">
<h1>500 Internal Server Error</h1>
<p>{{- .complete_error_msg -}}</p>
- <hr />
- <address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}
diff --git a/forged/templates/501.tmpl b/forged/templates/501.tmpl
index b6ab2f0..d982bfc 100644
--- a/forged/templates/501.tmpl
+++ b/forged/templates/501.tmpl
@@ -13,8 +13,6 @@
{{- template "header" . -}}
<div class="padding-wrapper complete-error-page">
<h1>501 Not Implemented</h1>
- <hr />
- <address>Lindenii Forge</address>
</div>
<footer>
{{- template "footer" . -}}