]> git.frustrated-labs.net Git - frustrated-functor.dev.git/commitdiff
feat: add language club section to index page
authorAlexander Goussas <[email protected]>
Mon, 22 Jun 2026 13:50:19 +0000 (08:50 -0500)
committerAlexander Goussas <[email protected]>
Mon, 22 Jun 2026 13:50:19 +0000 (08:50 -0500)
layouts/index.shtml

index 8205e3700333a6645635559eac89d292e9e06f71..43fe86513a1e9935820ec5b147ab8cba7d9ad6ad 100644 (file)
@@ -5,9 +5,20 @@
        <h1 :text="$page.title"></h1>
        <div :html="$page.content()"></div>
        <div>
+    <h2>Language Club!</h2>
+
+    <p>
+      I have a language club where we meet weekly to engage in a number of
+      activities to put our language skills into practice. There is no required
+      language, and the activities do not depend on mutual intelligibility by
+      the club members. You can sign-up here (it's free!):
+      <a
+      href="https://docs.google.com/forms/d/e/1FAIpQLScXAoAJSeXzPg_yNFnKLVPGKvSKA-fe_z_2fZvJVxHJ5WtP0w/viewform?usp=sharing&ouid=108026950911824738006">link</a>.
+    </p>
+
                <h2>Posts</h2>
                <ul :loop="$page.subpages()" id="posts">
-      <li class="post-preview" :if="$loop.it.title.containsAny('Devlog', 'Project').not()">
+      <li class="post-preview" :if="$loop.it.title.containsAny('Devlog', 'Project', 'Curriculum').not()">
                          <span :text="$loop.it.date.format('January 02, 2006')"></span>
                          <a href="$loop.it.link()">
                                <h3 :text="$loop.it.title"></h3>