mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
15 lines
919 B
HTML
15 lines
919 B
HTML
{% extends "!layout.html" %}
|
|
{% block linktags %}
|
|
<link rel="alternate" hreflang="en" href="http://docs.godotengine.org/en/" />
|
|
<link rel="alternate" hreflang="de" href="http://docs.godotengine.org/de/" />
|
|
<link rel="alternate" hreflang="es" href="http://docs.godotengine.org/es/" />
|
|
<link rel="alternate" hreflang="fr" href="http://docs.godotengine.org/fr/" />
|
|
<link rel="alternate" hreflang="ko" href="http://docs.godotengine.org/ko/" />
|
|
<link rel="alternate" hreflang="pl" href="http://docs.godotengine.org/pl/" />
|
|
<link rel="alternate" hreflang="pt-br" href="http://docs.godotengine.org/pt-br/" />
|
|
<link rel="alternate" hreflang="uk" href="http://docs.godotengine.org/uk/" />
|
|
<link rel="alternate" hreflang="zh-cn" href="http://docs.godotengine.org/zh-cn/" />
|
|
<link rel="alternate" hreflang="x-default" href="http://docs.godotengine.org/" />
|
|
{{ super() }}
|
|
{% endblock %}
|