|
17 | 17 | <meta property="og:locale" content="es_ES"> |
18 | 18 | <meta property="og:site_name" content="AyudaEnPython"> |
19 | 19 | <meta property="og:title" content="Bienvenidos a nuestro proyecto Ayuda en Python!"> |
20 | | -<meta property="og:url" content="/bienvenido/"> |
| 20 | +<meta property="og:url" content="http://localhost:4000/bienvenido/"> |
21 | 21 |
|
22 | 22 |
|
23 | 23 | <meta property="og:description" content="Unas palabras de bienvenida y un simple saludo (en código) de parte nuestra."> |
|
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
38 | | -<link rel="canonical" href="/bienvenido/"> |
| 38 | +<link rel="canonical" href="http://localhost:4000/bienvenido/"> |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
46 | 46 |
|
47 | 47 | "@type": "Person", |
48 | 48 | "name": "AyudaEnPython", |
49 | | - "url": "/" |
| 49 | + "url": "http://localhost:4000/" |
50 | 50 |
|
51 | 51 | } |
52 | 52 | </script> |
|
154 | 154 |
|
155 | 155 |
|
156 | 156 | <div class="author__avatar"> |
157 | | - <a href="/"> |
| 157 | + <a href="http://localhost:4000/"> |
158 | 158 | <img src="/assets/images/AyudaEnPython.png" alt="AyudaEnPython" itemprop="image" class="u-photo"> |
159 | 159 | </a> |
160 | 160 | </div> |
161 | 161 |
|
162 | 162 |
|
163 | 163 | <div class="author__content"> |
164 | 164 | <h3 class="author__name p-name" itemprop="name"> |
165 | | - <a class="u-url" rel="me" href="/" itemprop="url">AyudaEnPython</a> |
| 165 | + <a class="u-url" rel="me" href="http://localhost:4000/" itemprop="url">AyudaEnPython</a> |
166 | 166 | </h3> |
167 | 167 |
|
168 | 168 | <div class="author__bio p-note" itemprop="description"> |
@@ -266,7 +266,7 @@ <h3 class="author__name p-name" itemprop="name"> |
266 | 266 |
|
267 | 267 | <header> |
268 | 268 | <h1 id="page-title" class="page__title p-name" itemprop="headline"> |
269 | | - <a href="/bienvenido/" class="u-url" itemprop="url">Bienvenidos a nuestro proyecto Ayuda en Python! |
| 269 | + <a href="http://localhost:4000/bienvenido/" class="u-url" itemprop="url">Bienvenidos a nuestro proyecto Ayuda en Python! |
270 | 270 | </a> |
271 | 271 | </h1> |
272 | 272 |
|
@@ -389,11 +389,11 @@ <h2 id="reglas">Reglas</h2> |
389 | 389 | <h4 class="page__share-title">Compartir en</h4> |
390 | 390 |
|
391 | 391 |
|
392 | | - <a href="https://twitter.com/intent/tweet?text=Bienvenidos+a+nuestro+proyecto+Ayuda+en+Python%21%20%2Fbienvenido%2F" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> |
| 392 | + <a href="https://twitter.com/intent/tweet?text=Bienvenidos+a+nuestro+proyecto+Ayuda+en+Python%21%20http%3A%2F%2Flocalhost%3A4000%2Fbienvenido%2F" class="btn btn--twitter" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Twitter"><i class="fab fa-fw fa-twitter" aria-hidden="true"></i><span> Twitter</span></a> |
393 | 393 |
|
394 | | - <a href="https://www.facebook.com/sharer/sharer.php?u=%2Fbienvenido%2F" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> |
| 394 | + <a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Flocalhost%3A4000%2Fbienvenido%2F" class="btn btn--facebook" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en Facebook"><i class="fab fa-fw fa-facebook" aria-hidden="true"></i><span> Facebook</span></a> |
395 | 395 |
|
396 | | - <a href="https://www.linkedin.com/shareArticle?mini=true&url=%2Fbienvenido%2F" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> |
| 396 | + <a href="https://www.linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Flocalhost%3A4000%2Fbienvenido%2F" class="btn btn--linkedin" onclick="window.open(this.href, 'window', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;" title="Compartir en LinkedIn"><i class="fab fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a> |
397 | 397 | </section> |
398 | 398 |
|
399 | 399 |
|
|
0 commit comments