Fix: link del evento del Seminario Socrático #13 apuntaba a un evento anterior#24
Merged
AndreaDiazCorreia merged 1 commit intoJun 23, 2026
Conversation
El link apuntaba al evento anterior (BitDevsBA#12, abril).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problema
En https://bitdevsba.org/socratic-seminar-13/ el enlace "Link to Event" apuntaba a un evento anterior (el Seminario Socrático #12 de abril).
La causa:
content/2026-06-24-socratic-seminar-13.mdreutilizaba el mismomeetup_id(evt_rvk9RbqLFhRX27GH) que el #12, y la plantilla construye el link comohttps://evento.so/p/{meetup_id}, por lo que terminaba enlazando al evento de abril.Solución
El evento correcto del #13 está en Meetup, no en evento.so, así que agregué soporte para un override de URL completa:
templates/post.html: nuevo campo opcionalextra.meetup_url. Si está presente, se usa la URL tal cual; si no, se mantiene el comportamiento anterior (config.extra.meetup+meetup_id). Retrocompatible con el resto de los seminarios.content/2026-06-24-socratic-seminar-13.md: ahora usameetup_urlapuntando al evento correcto:https://www.meetup.com/4opensource/events/315334663/?slug=4opensource&eventId=315334663