We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2ab34 commit 2acd812Copy full SHA for 2acd812
_templates/page.html
@@ -1,11 +1,7 @@
1
{%- extends "!page.html" %}
2
3
{%- block extrahead %}
4
-<meta name="description" content="{{ title|striptags|e }}">
5
<meta name="robots" content="follow, index">
6
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
7
-<meta property="og:site_name" content="Python Perú">
8
-<meta property="og:title" content="{{ title|striptags|e }}">
9
-<meta property="og:description" content="{{ title|striptags|e }}">
10
{{ super() }}
11
{% endblock extrahead %}
0 commit comments