Skip to content

Commit

Permalink
update media data
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroidentidad committed Jun 19, 2024
1 parent 14b7aeb commit 6c336e4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
34 changes: 19 additions & 15 deletions data/redes.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
{
"accounts": [
{
"name": "👤 Perfil Twitter",
"url": "https://twitter.com/gophers_latam"
"name": "👤 Perfil X",
"url": "https://x.com/gophers_latam"
},
{
"name": "💬 Servidor Discord",
"url": "https://discord.me/gophers-latam"
"name": "👥 Comunidad X",
"url": "https://x.com/i/communities/1509206500010569736"
},
{
"name": "📺 Canal Youtube",
"url": "https://youtube.com/@gophers-latam"
},
{
"name": "💼 Grupo Linkedin",
"name": "💼 Linkedin",
"url": "https://linkedin.com/groups/12007379"
},
{
"name": "👥 Comunidad Twitter",
"url": "https://twitter.com/i/communities/1509206500010569736"
},
{
"name": "🗃️ Organización Github",
"name": "🗃️ Github",
"url": "https://github.com/gophers-latam"
}
},
{
"name": "📺 Youtube",
"url": "https://youtube.com/@gophers-latam"
},
{
"name": "💬 Discord",
"url": "https://dsc.gg/gophers-latam"
},
{
"name": "📧 Email",
"url": "mailto:[email protected]"
}
]
}
2 changes: 1 addition & 1 deletion layouts/_default/contacto.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ define "main" }}
<h2>{{ .Title }}</h2>
{{ .Content }}
<h3>🌐 Enlaces redes:</h3>
<h3>🌐 Medios:</h3>
<ul>
{{ range .Site.Data.redes.accounts }}
<li><b><a href="{{ .url }}" target="_blank">{{ .name }}</a></b></li>
Expand Down

0 comments on commit 6c336e4

Please sign in to comment.