File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,8 @@ aliases = [
1010
1111[extra ]
1212event_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"
1415add_to_calendar = true
1516start = " 2026-02-11T23:00:00Z"
1617end = " 2026-02-12T01:00:00Z"
Original file line number Diff line number Diff 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 -%}
You can’t perform that action at this time.
0 commit comments