Skip to content

Commit bd56586

Browse files
authored
update
1 parent fbdad70 commit bd56586

File tree

31 files changed

+362
-504
lines changed

31 files changed

+362
-504
lines changed

404.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<!-- begin _includes/seo.html --><title>Page Not Found - AyudaEnPython</title>
6+
<!-- begin _includes/seo.html --><title>Page Not Found | AyudaEnPython</title>
77
<meta name="description" content="Page not found. Your pixels are in another canvas.">
88

99

@@ -22,6 +22,8 @@
2222

2323

2424

25+
<meta property="og:image" content="/assets/images/site-logo.png">
26+
2527

2628

2729

@@ -53,9 +55,9 @@
5355
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
5456
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5557

56-
<script>
58+
<script type="text/javascript">
5759
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
58-
60+
window.enable_copy_code_button = true;
5961
</script>
6062

6163
<!-- For all browsers -->
@@ -292,14 +294,6 @@ <h1 id="page-title" class="page__title" itemprop="headline">
292294

293295

294296

295-
296-
<script src="/assets/js/clipboard.js"></script>
297-
298-
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
299-
300-
<script src="/assets/js/clipboardrouge.js"></script>
301-
302-
303297

304298

305299
</body>

about/index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<!-- begin _includes/seo.html --><title>Sobre nosotros - AyudaEnPython</title>
6+
<!-- begin _includes/seo.html --><title>Sobre nosotros | AyudaEnPython</title>
77
<meta name="description" content="Website de la comunidad AyudaEnPython dedicado a brinda artículos referentes a Python.">
88

99

@@ -22,6 +22,8 @@
2222

2323

2424

25+
<meta property="og:image" content="/assets/images/site-logo.png">
26+
2527

2628

2729

@@ -53,9 +55,9 @@
5355
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
5456
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5557

56-
<script>
58+
<script type="text/javascript">
5759
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
58-
60+
window.enable_copy_code_button = true;
5961
</script>
6062

6163
<!-- For all browsers -->
@@ -311,14 +313,6 @@ <h1 id="page-title" class="page__title" itemprop="headline">
311313

312314

313315

314-
315-
<script src="/assets/js/clipboard.js"></script>
316-
317-
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
318-
319-
<script src="/assets/js/clipboardrouge.js"></script>
320-
321-
322316

323317

324318
</body>

articulos/bievenido/index.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<!-- begin _includes/seo.html --><title>Bienvenidos a nuestro proyecto Ayuda en Python! - AyudaEnPython</title>
6+
<!-- begin _includes/seo.html --><title>Bienvenidos a nuestro proyecto Ayuda en Python! | AyudaEnPython</title>
77
<meta name="description" content="Unas palabras de bienvenida y un simple saludo (en código) de parte nuestra.">
88

99

@@ -24,6 +24,8 @@
2424

2525

2626

27+
<meta property="og:image" content="/assets/images/site-logo.png">
28+
2729

2830

2931

@@ -57,9 +59,9 @@
5759
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
5860
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5961

60-
<script>
62+
<script type="text/javascript">
6163
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
62-
64+
window.enable_copy_code_button = true;
6365
</script>
6466

6567
<!-- For all browsers -->
@@ -411,7 +413,9 @@ <h2 id="reglas">Reglas</h2>
411413
</footer>
412414

413415
<section class="page__share">
414-
<h4 class="page__share-title">Compartir en</h4>
416+
417+
<h4 class="page__share-title">Compartir en</h4>
418+
415419

416420
<a href="https://twitter.com/intent/tweet?text=Bienvenidos+a+nuestro+proyecto+Ayuda+en+Python%21%20%2Farticulos%2Fbievenido%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>
417421

@@ -517,14 +521,6 @@ <h4 class="page__share-title">Compartir en</h4>
517521

518522

519523

520-
521-
<script src="/assets/js/clipboard.js"></script>
522-
523-
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
524-
525-
<script src="/assets/js/clipboardrouge.js"></script>
526-
527-
528524

529525

530526
</body>

articulos/index.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<!-- begin _includes/seo.html --><title>Artículos - AyudaEnPython</title>
6+
<!-- begin _includes/seo.html --><title>Artículos | AyudaEnPython</title>
77
<meta name="description" content="Website de la comunidad AyudaEnPython dedicado a brinda artículos referentes a Python.">
88

99

@@ -22,6 +22,8 @@
2222

2323

2424

25+
<meta property="og:image" content="/assets/images/site-logo.png">
26+
2527

2628

2729

@@ -53,9 +55,9 @@
5355
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
5456
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5557

56-
<script>
58+
<script type="text/javascript">
5759
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
58-
60+
window.enable_copy_code_button = true;
5961
</script>
6062

6163
<!-- For all browsers -->
@@ -356,14 +358,6 @@ <h2 class="archive__item-title no_toc" itemprop="headline">
356358

357359

358360

359-
360-
<script src="/assets/js/clipboard.js"></script>
361-
362-
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
363-
364-
<script src="/assets/js/clipboardrouge.js"></script>
365-
366-
367361

368362

369363
</body>

articulos/tipado-dinamico-y-fuerte/index.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55

6-
<!-- begin _includes/seo.html --><title>Python es de tipado dinámico y fuerte - AyudaEnPython</title>
6+
<!-- begin _includes/seo.html --><title>Python es de tipado dinámico y fuerte | AyudaEnPython</title>
77
<meta name="description" content="Explicación sobre el tipado de Python.">
88

99

@@ -24,6 +24,8 @@
2424

2525

2626

27+
<meta property="og:image" content="/assets/images/site-logo.png">
28+
2729

2830

2931

@@ -57,9 +59,9 @@
5759
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="AyudaEnPython Feed">
5860
<meta name="viewport" content="width=device-width, initial-scale=1.0">
5961

60-
<script>
62+
<script type="text/javascript">
6163
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
62-
64+
window.enable_copy_code_button = true;
6365
</script>
6466

6567
<!-- For all browsers -->
@@ -423,7 +425,9 @@ <h2 id="tipado-fuerte">Tipado fuerte</h2>
423425
</footer>
424426

425427
<section class="page__share">
426-
<h4 class="page__share-title">Compartir en</h4>
428+
429+
<h4 class="page__share-title">Compartir en</h4>
430+
427431

428432
<a href="https://twitter.com/intent/tweet?text=Python+es+de+tipado+din%C3%A1mico+y+fuerte%20%2Farticulos%2Ftipado-dinamico-y-fuerte%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>
429433

@@ -529,14 +533,6 @@ <h4 class="page__share-title">Compartir en</h4>
529533

530534

531535

532-
533-
<script src="/assets/js/clipboard.js"></script>
534-
535-
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
536-
537-
<script src="/assets/js/clipboardrouge.js"></script>
538-
539-
540536

541537

542538
</body>

0 commit comments

Comments
 (0)