Skip to content

Commit 5bfc2cd

Browse files
committed
fix: Corrected OpenGraph metadata generation in sphinxtxt - update page.html static metadata
1 parent ffa08ba commit 5bfc2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_templates/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
{# Meta tags estáticos definidos manualmente para garantizar consistencia
1414
Estos tags permanecerán invariables independientemente de la configuración
1515
de Sphinx o sus extensiones, asegurando una identidad constante del sitio #}
16-
<meta property="og:site_name" content="Python Perú" />
17-
<meta property="og:locale" content="es_ES" />
16+
<meta name="robots" content="follow, index">
17+
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
1818
{% endblock %}

0 commit comments

Comments
 (0)