Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/2026-06-24-socratic-seminar-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "BitdevsBA Seminario Socratico #13"
template = "post.html"
[extra]
meetup_id = "evt_rvk9RbqLFhRX27GH"
meetup_url = "https://www.meetup.com/4opensource/events/315334663/?slug=4opensource&eventId=315334663"
+++

### Cronograma
Expand Down
4 changes: 2 additions & 2 deletions templates/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<h1 class="Post-title">{{ page.title }}</h1>
<div class="Post-info">
<span>{{ page.date }}</span>
{% if page.extra.meetup_id %}
{% if page.extra.meetup_url or page.extra.meetup_id %}
<span>
<a
href="{{ config.extra.meetup }}/{{ page.extra.meetup_id }}"
href="{% if page.extra.meetup_url %}{{ page.extra.meetup_url }}{% else %}{{ config.extra.meetup }}/{{ page.extra.meetup_id }}{% endif %}"
target="_blank"
rel="noopener nofollow"
>
Expand Down
Loading