Skip to content

Commit 6c336e4

Browse files
committed
update media data
1 parent 14b7aeb commit 6c336e4

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

data/redes.json

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,32 @@
11
{
22
"accounts": [
33
{
4-
"name": "👤 Perfil Twitter",
5-
"url": "https://twitter.com/gophers_latam"
4+
"name": "👤 Perfil X",
5+
"url": "https://x.com/gophers_latam"
66
},
77
{
8-
"name": "💬 Servidor Discord",
9-
"url": "https://discord.me/gophers-latam"
8+
"name": "👥 Comunidad X",
9+
"url": "https://x.com/i/communities/1509206500010569736"
1010
},
1111
{
12-
"name": "📺 Canal Youtube",
13-
"url": "https://youtube.com/@gophers-latam"
14-
},
15-
{
16-
"name": "💼 Grupo Linkedin",
12+
"name": "💼 Linkedin",
1713
"url": "https://linkedin.com/groups/12007379"
1814
},
1915
{
20-
"name": "👥 Comunidad Twitter",
21-
"url": "https://twitter.com/i/communities/1509206500010569736"
22-
},
23-
{
24-
"name": "🗃️ Organización Github",
16+
"name": "🗃️ Github",
2517
"url": "https://github.com/gophers-latam"
26-
}
18+
},
19+
{
20+
"name": "📺 Youtube",
21+
"url": "https://youtube.com/@gophers-latam"
22+
},
23+
{
24+
"name": "💬 Discord",
25+
"url": "https://dsc.gg/gophers-latam"
26+
},
27+
{
28+
"name": "📧 Email",
29+
"url": "mailto:[email protected]"
30+
}
2731
]
2832
}

layouts/_default/contacto.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ define "main" }}
22
<h2>{{ .Title }}</h2>
33
{{ .Content }}
4-
<h3>🌐 Enlaces redes:</h3>
4+
<h3>🌐 Medios:</h3>
55
<ul>
66
{{ range .Site.Data.redes.accounts }}
77
<li><b><a href="{{ .url }}" target="_blank">{{ .name }}</a></b></li>

0 commit comments

Comments
 (0)