|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <!-- Page last generated {{ site.time }} -->
|
3 |
| -<html lang="es"> |
| 3 | +<html lang="es-ES"> |
4 | 4 | <head>
|
5 | 5 | <meta charset="utf-8">
|
6 | 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
8 | 8 | <title>{{ page.title }}</title>
|
9 |
| - <meta name="keywords" content="Rust, Rust lenguaje de programación, rustlang, rust-lang, Mozilla Rust"> |
10 |
| - <meta name="description" content="Rust es un lenguaje de programación de sistemas extremadamente rápido, previene fallas de segmentación y garantiza la seguridad de los hilos de ejecución. "> |
| 9 | + <meta name="keywords" content="Rust, Rust programming language, langage de programación Rust, rustlang, rust-lang, Mozilla Rust"> |
| 10 | + <meta name="description" content="Rust es un lenguage de programación de sistemas veloz, que previene fallas de segmentación y garantiza la seguridad de los hilos de ejecución"> |
11 | 11 |
|
12 | 12 | <link rel="stylesheet" href="/css/bootstrap.css">
|
13 | 13 | <link rel="stylesheet" href="/css/style.css">
|
|
21 | 21 | <header>
|
22 | 22 | <ul class="row menu">
|
23 | 23 | <li class="col-xs-12 col-md-2">
|
24 |
| - <a href="/en-US/index.html"> |
25 |
| - <img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Logo de Rust" /> |
| 24 | + <a href="/es-ES/index.html"> |
| 25 | + <img class="img-responsive" src="/logos/rust-logo-blk.svg" onerror="this.src='/logos/rust-logo-256x256-blk.png'" height="128" width="128" alt="Rust logo" /> |
26 | 26 | </a>
|
27 | 27 | </li>
|
28 | 28 | <li class="col-xs-12 col-md-10 menu">
|
29 |
| - <h2><a href="/en-ES/documentation.html">Documentación</a></h2> |
30 |
| - <h2><a href="/en-ES/install.html">Instalar</a></h2> |
31 |
| - <h2><a href="/en-ES/community.html">Comunidad</a></h2> |
32 |
| - <h2><a href="/en-ES/contribute.html">Contribuye</a></h2> |
| 29 | + <h2><a href="/es-ES/documentation.html">Documentación</a></h2> |
| 30 | + <h2><a href="/es-ES/install.html">Instalación</a></h2> |
| 31 | + <h2><a href="/es-ES/community.html">Comunidad</a></h2> |
| 32 | + <h2><a href="/es-ES/contribute.html">Contribuir</a></h2> |
33 | 33 | </li>
|
34 | 34 | </ul>
|
35 | 35 | </header>
|
36 | 36 |
|
37 | 37 | {{ content }}
|
38 | 38 |
|
39 | 39 | <footer>
|
40 |
| - <p>Our site in other languages: |
41 |
| - {% include footer.html %} |
| 40 | + <p>Nuestro sitio en otros idiomas : |
| 41 | + <a href="/en-US/">English</a>, |
| 42 | + <a href="/fr/">Francés</a>, |
| 43 | + <a href="/ja-JP/">日本語</a>, |
| 44 | + <a href="/ko-KR/">한국어</a>, |
| 45 | + <a href="/pt-BR/">Português</a>, |
| 46 | + <a href="/ru-RU/">Русский</a>, |
| 47 | + <a href="/vi-VN/">Tiếng việt</a>, |
| 48 | + <a href="/zh-CN/">简体中文</a> |
42 | 49 | </p>
|
43 | 50 | </footer>
|
44 | 51 |
|
|
0 commit comments