File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"accounts" : [
3
3
{
4
- "name" : " 👤 Perfil Twitter " ,
5
- "url" : " https://twitter .com/gophers_latam"
4
+ "name" : " 👤 Perfil X " ,
5
+ "url" : " https://x .com/gophers_latam"
6
6
},
7
7
{
8
- "name" : " 💬 Servidor Discord " ,
9
- "url" : " https://discord.me/gophers-latam "
8
+ "name" : " 👥 Comunidad X " ,
9
+ "url" : " https://x.com/i/communities/1509206500010569736 "
10
10
},
11
11
{
12
- "name" : " 📺 Canal Youtube" ,
13
- "url" : " https://youtube.com/@gophers-latam"
14
- },
15
- {
16
- "name" : " 💼 Grupo Linkedin" ,
12
+ "name" : " 💼 Linkedin" ,
17
13
"url" : " https://linkedin.com/groups/12007379"
18
14
},
19
15
{
20
- "name" : " 👥 Comunidad Twitter" ,
21
- "url" : " https://twitter.com/i/communities/1509206500010569736"
22
- },
23
- {
24
- "name" : " 🗃️ Organización Github" ,
16
+ "name" : " 🗃️ Github" ,
25
17
"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
+
30
+ }
27
31
]
28
32
}
Original file line number Diff line number Diff line change 1
1
{{ define "main" }}
2
2
< h2 > {{ .Title }}</ h2 >
3
3
{{ .Content }}
4
- < h3 > 🌐 Enlaces redes :</ h3 >
4
+ < h3 > 🌐 Medios :</ h3 >
5
5
< ul >
6
6
{{ range .Site.Data.redes.accounts }}
7
7
< li > < b > < a href ="{{ .url }} " target ="_blank "> {{ .name }}</ a > </ b > </ li >
You can’t perform that action at this time.
0 commit comments