mirror of
https://github.com/tildeclub/site.git
synced 2026-01-23 21:40:18 +00:00
identify news element for a possible news feed
Signed-off-by: deepend <deepend@tilde.club>
This commit is contained in:
@@ -43,7 +43,7 @@ if (isset($_GET['notice'])) {
|
|||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col">
|
<div id="news" class="col">
|
||||||
<?php
|
<?php
|
||||||
$news = json_decode(file_get_contents('news.json'), true);
|
$news = json_decode(file_get_contents('news.json'), true);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user