Skip to content

Commit

Permalink
remove footer and webring partials for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Sep 14, 2024
1 parent 86a781d commit 2cb26ee
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion export_base_hugo/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ <h2>Page Not Found</h2>
{{- end }}
{{- end }}
</footer>
{{ end }}
{{ end }}
4 changes: 0 additions & 4 deletions main/templates/400.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ <h2>Bad Request</h2>
<p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{% url 'index' %}">homepage</a>.</p>
</main>

{% include 'partials/error_webring.html' %}

{% include 'partials/error_footer_blog.html' %}

{% endblock %}
4 changes: 0 additions & 4 deletions main/templates/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ <h2>Permission Denied</h2>
<p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{% url 'index' %}">homepage</a>.</p>
</main>

{% include 'partials/error_webring.html' %}

{% include 'partials/error_footer_blog.html' %}

{% endblock %}
4 changes: 0 additions & 4 deletions main/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ <h2>Page Not Found</h2>
<p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{% url 'index' %}">homepage</a>.</p>
</main>

{% include 'partials/error_webring.html' %}

{% include 'partials/error_footer_blog.html' %}

{% endblock %}
4 changes: 0 additions & 4 deletions main/templates/500.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ <h2>Internal Server Error</h2>
<p><a href="#" onclick="history.back();">← Go back</a> or return to the <a href="{% url 'index' %}">homepage</a>.</p>
</main>

{% include 'partials/error_webring.html' %}

{% include 'partials/error_footer_blog.html' %}

{% endblock %}
7 changes: 0 additions & 7 deletions main/templates/partials/error_footer_blog.html

This file was deleted.

20 changes: 0 additions & 20 deletions main/templates/partials/error_webring.html

This file was deleted.

0 comments on commit 2cb26ee

Please sign in to comment.