Compare commits
4 Commits
9103542602
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| efb2f9e67d | |||
| 93f54b142e | |||
| 21bcb46092 | |||
| bf1d59ec69 |
@@ -109,6 +109,14 @@ use Michelf\Markdown;
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="cal-grid-label">Location</td>
|
||||
<?php foreach ($futureEvents as $event): ?>
|
||||
<td class="text-center cal-grid-cell">
|
||||
<?= htmlspecialchars($event['location'] ?? '') ?>
|
||||
</td>
|
||||
<?php endforeach; ?>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cal-grid-label">Presentation 1</td>
|
||||
<?php foreach ($futureEvents as $event): ?>
|
||||
|
||||
@@ -114,6 +114,7 @@
|
||||
"description": "Monthly In Person Get Together. We'll be in meeting room 3. I'll post the PIN number for the meeting rooms on Discourse.",
|
||||
"coordinates": "-27.38621539644283,153.0351689206467",
|
||||
"location": "Chermside Library",
|
||||
"pin": {"ciphertext":"yeGr4KjI","iv":"O7AxFgIwWUhCUwgR","salt":"lLIqzElx9NadqbXIw8ttEw==","tag":"NtlkyQOKXSpx5hXYG8HcAA=="},
|
||||
"presentation1": {
|
||||
"presenter": "@skaylan",
|
||||
"topic": "Open-source coding assistants with locally-running LLMs"
|
||||
|
||||
Reference in New Issue
Block a user