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.
pull/281/head
Corry Haines 2022-12-26 14:29:52 -08:00 zatwierdzone przez GitHub
rodzic a815622190
commit b36fa0de51
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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>