File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments