mirror of https://github.com/tildeclub/site.git
identify news element for a possible news feed
Signed-off-by: deepend <deepend@tilde.club>
This commit is contained in:
parent
a98f9d0a52
commit
1eb933f5f2
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue