From 5ff40b972f9a4634b52e60a4a6f228aed69088a0 Mon Sep 17 00:00:00 2001 From: elcuervo Date: Thu, 23 May 2024 16:36:39 -0300 Subject: [PATCH] Refactor social links --- _data/socials.yml | 7 +++++++ _includes/default_header.html | 23 +++++------------------ 2 files changed, 12 insertions(+), 18 deletions(-) create mode 100644 _data/socials.yml diff --git a/_data/socials.yml b/_data/socials.yml new file mode 100644 index 0000000..78a6604 --- /dev/null +++ b/_data/socials.yml @@ -0,0 +1,7 @@ +Meetup: https://www.meetup.com/ruby-montevideo/ +Slack: https://owu.slack.com/archives/C52L2AK8W +GitHub: https://github.com/rubyuy/ruby.uy +X: https://twitter.com/rubymontevideo +Instagram: https://www.instagram.com/ruby_uruguay/ +YouTube: https://www.youtube.com/@ruby_uy +Analytics: https://analytics.umami.is/share/MbC0PW7QoyfeUQU8/RubyUY diff --git a/_includes/default_header.html b/_includes/default_header.html index 8e384fe..1b405eb 100644 --- a/_includes/default_header.html +++ b/_includes/default_header.html @@ -10,24 +10,11 @@

Sé parte_

- - Meetup - - - Slack - - - Github - - - Twitter - - - Instagram - - - Analytics - + {% for service in site.data.socials %} + + {{ service[0] }} + + {% endfor %}