Skip to content

Commit b00f583

Browse files
committed
docs: translate comments to English
1 parent 5bfc2cd commit b00f583

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_templates/page.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
{% block extrahead %}
44
{{ super() }}
55

6-
{# Verifica la disponibilidad de sphinx_version antes de renderizar metatags
7-
Esta verificación es crucial para evitar errores durante la generación
8-
del sitio cuando la extensión sphinxext.opengraph no está disponible #}
6+
{# Verifies sphinx_version availability before rendering metatags
7+
This check is crucial to prevent errors during site generation
8+
when sphinxext.opengraph extension is not available #}
99
{% if sphinx_version %}
1010
{{ metatags }}
1111
{% endif %}
1212

13-
{# Meta tags estáticos definidos manualmente para garantizar consistencia
14-
Estos tags permanecerán invariables independientemente de la configuración
15-
de Sphinx o sus extensiones, asegurando una identidad constante del sitio #}
13+
{# Static meta tags manually defined to ensure consistency
14+
These tags will remain unchanged regardless of Sphinx configuration
15+
or its extensions, ensuring a constant site identity #}
1616
<meta name="robots" content="follow, index">
1717
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
1818
{% endblock %}

0 commit comments

Comments
 (0)