Add newsaboutweather
This commit is contained in:
parent
59af0602f3
commit
a54b50dce8
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
require "parsedown.php";
|
require "parsedown.php";
|
||||||
|
|
||||||
|
|
||||||
if (file_exists("site.json")) {
|
if (file_exists("site.json")) {
|
||||||
$site = json_decode(file_get_contents("site.json"), true);
|
$site = json_decode(file_get_contents("site.json"), true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue