We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afabd52 commit 95193d5Copy full SHA for 95193d5
.gitignore
@@ -9,3 +9,4 @@ venv
9
*$py.class
10
__pycache__/
11
12
+/node_modules
overrides/main.html
@@ -2,7 +2,4 @@
2
3
{% block extrahead %}
4
{{ super() }}
5
-{% if page and page.meta and page.meta.description %}
6
-<meta name="description" content="{{ page.meta.description }}">
7
-{% endif %}
8
{% endblock %}
0 commit comments