Disable opengraph block in base_plain.html (#279)

Since error pages lack the normal context, remove the block so
it doesn't obscure errors with spew.
This commit is contained in:
Corry Haines 2022-12-26 14:29:52 -08:00 committed by GitHub
parent a815622190
commit b36fa0de51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,10 @@
{% block body_class %}no-sidebar{% endblock %}
{% block opengraph %}
{# Error pages don't have the context loaded, so disable opengraph to keep it from spewing errors #}
{% endblock %}
{% block body_main %}
<header>
<menu>