From b81feb86dae6db968707e8b37c5da3feb18c791c Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 26 Jan 2022 16:18:52 +0000 Subject: [PATCH] Update legacy doctype in docs/tricks --- docs/tricks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tricks.rst b/docs/tricks.rst index 762a69c4..7c7ce250 100644 --- a/docs/tricks.rst +++ b/docs/tricks.rst @@ -26,7 +26,7 @@ basic skeleton is added to the file so that if it's indeed rendered with `standalone` set to `True` a very basic HTML skeleton is added:: {% if not standalone %}{% extends 'default.html' %}{% endif -%} - + {% block title %}The Page Title{% endblock %} {% block body %} -- 2.47.2