Compare commits

..

4 Commits

Author SHA1 Message Date
efb2f9e67d Merge branch 'main' of https://git.homelabbrisbane.com.au/jdownie/homepage 2026-04-02 16:39:32 +10:00
93f54b142e Added location to the new forecast table. 2026-04-02 16:39:28 +10:00
21bcb46092 Merged on hlb. 2026-04-02 16:30:12 +10:00
bf1d59ec69 . 2026-04-02 16:29:10 +10:00
2 changed files with 10 additions and 1 deletions

View File

@@ -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): ?>

View File

@@ -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"
@@ -441,4 +442,4 @@
"topic": ""
}
}
]
]