We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39589ed commit 5cb81a8Copy full SHA for 5cb81a8
2 files changed
content/socratic-seminar-49.md
@@ -10,7 +10,8 @@ aliases = [
10
11
[extra]
12
event_type = "socratic"
13
-meetup = "https://luma.com/uif1mypl"
+meetup = "https://www.meetup.com/meetup-group-gbtotgtx/events/313135570/"
14
+luma = "https://luma.com/uif1mypl"
15
add_to_calendar = true
16
start = "2026-02-11T23:00:00Z"
17
end = "2026-02-12T01:00:00Z"
templates/page.html
@@ -10,6 +10,10 @@ <h1>{{ page.title }}</h1>
<p><a href="{{ page.extra.meetup }}" target="_blank">View on Meetup</a></p>
{% endif -%}
+{%- if page.extra.luma %}
+<p><a href="{{ page.extra.luma }}" target="_blank">View on Luma</a></p>
+{% endif -%}
+
{%- if page.extra.nostr %}
18
<p><a href="{{ page.extra.nostr }}" target="_blank">View on Nostr</a></p>
19
0 commit comments