Skip to content

Commit 5cb81a8

Browse files
committed
Add meetup link alongside luma
1 parent 39589ed commit 5cb81a8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

content/socratic-seminar-49.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ aliases = [
1010

1111
[extra]
1212
event_type = "socratic"
13-
meetup = "https://luma.com/uif1mypl"
13+
meetup = "https://www.meetup.com/meetup-group-gbtotgtx/events/313135570/"
14+
luma = "https://luma.com/uif1mypl"
1415
add_to_calendar = true
1516
start = "2026-02-11T23:00:00Z"
1617
end = "2026-02-12T01:00:00Z"

templates/page.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ <h1>{{ page.title }}</h1>
1010
<p><a href="{{ page.extra.meetup }}" target="_blank">View on Meetup</a></p>
1111
{% endif -%}
1212

13+
{%- if page.extra.luma %}
14+
<p><a href="{{ page.extra.luma }}" target="_blank">View on Luma</a></p>
15+
{% endif -%}
16+
1317
{%- if page.extra.nostr %}
1418
<p><a href="{{ page.extra.nostr }}" target="_blank">View on Nostr</a></p>
1519
{% endif -%}

0 commit comments

Comments
 (0)