identify news element for a possible news feed

Signed-off-by: deepend <deepend@tilde.club>
This commit is contained in:
keyboardan 2025-06-18 17:28:45 +01:00 committed by deepend
parent a98f9d0a52
commit 1eb933f5f2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ if (isset($_GET['notice'])) {
<div class="grid">
<div class="row">
<div class="col">
<div id="news" class="col">
<?php
$news = json_decode(file_get_contents('news.json'), true);