summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSubin Siby <mail@subinsb.com>2025-04-19 19:23:58 +0530
committerSubin Siby <mail@subinsb.com>2025-04-19 19:23:58 +0530
commitc69d255e6408a2aaa8b486522d2d44bb995ff457 (patch)
tree00ca7ab2ae535ab9a25a2732a3369a9e0b86cef3
parentaad8e9122652994ecf6318b9a6acc9d27447b4cf (diff)
Open registrations
-rw-r--r--content/2025-04.md4
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/content/2025-04.md b/content/2025-04.md
index 4789d76..51f922f 100644
--- a/content/2025-04.md
+++ b/content/2025-04.md
@@ -10,8 +10,8 @@ eventTime = "10 AM"
host = "KeyValue Software Systems, SmartCity, Kochi"
hostLocation = "https://geohack.toolforge.org/geohack.php?params=10.011293_N_76.366508_E"
description = "10.011293N 76.366508E"
-cfpLink = "https://ee.kobotoolbox.org/A8dUgHUf"
-# rsvpLink = "https://ee.kobotoolbox.org/GMqR0UMn"
+# cfpLink = "https://ee.kobotoolbox.org/A8dUgHUf"
+rsvpLink = "https://ee.kobotoolbox.org/jFLdi15q"
note = ""
# Post meetup params
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 14abe9e..d644078 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -42,7 +42,7 @@
<h2 class="font-bold text-xl items-center">{{ .Params.title }}</h2>
<div class="flex-col space-y-2 my-4">
<div>
- Host: <a class="font-bold space-y-2 text-blue-500 underline" href="{{ .Params.hostLocation }}">{{
+ Host: <a class="font-bold space-y-2 text-blue-500 underline" target="_blank" href="{{ .Params.hostLocation }}">{{
.Params.host }}</a><br/>
</div>
<div>{{ .Params.hostCoords }}</div>
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index e0c4f0e..79a7aef 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -7,7 +7,7 @@
<!-- Two Texts -->
<div class="flex flex-col mb-4">
- <p class="text-lg mr-2 text-sm lg:text-lg">Host: <a href={{ .Params.hostLocation }} class="underline">{{ .Params.host }}</a></p>
+ <p class="text-lg mr-2 text-sm lg:text-lg">Host: <a href={{ .Params.hostLocation }} target="_blank" class="underline">{{ .Params.host }}</a></p>
<p class="text-lg mr-2 text-sm lg:text-lg">Time & Date: {{ .Params.eventTime }}, {{ .Params.eventDate }}</p>
</div>