diff options
author | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-04 11:41:09 +0200 |
---|---|---|
committer | Minteck <46352972+Minteck@users.noreply.github.com> | 2021-07-04 11:41:09 +0200 |
commit | 6ae668238c37514cacd1977471a10284b432e5a1 (patch) | |
tree | 61e98cabaa82cf64c8390c70bfc934b3941443d3 /_site/includes/articles/getlist.php | |
parent | 1d62401c897a5ba82d0def92d97d09195a6d676f (diff) | |
download | unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.tar.gz unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.tar.bz2 unchainedtech-6ae668238c37514cacd1977471a10284b432e5a1.zip |
Name change
Diffstat (limited to '_site/includes/articles/getlist.php')
-rw-r--r-- | _site/includes/articles/getlist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_site/includes/articles/getlist.php b/_site/includes/articles/getlist.php index 8018472..8a342f1 100644 --- a/_site/includes/articles/getlist.php +++ b/_site/includes/articles/getlist.php @@ -20,7 +20,7 @@ function getArticlesList($ordered = true) { $list[$id] = [ "date" => date("Y-m-d"), "title" => $id, - "author" => "Blogchain", + "author" => "UnchainedTech", "cover" => null, "extract" => "", "admin" => false @@ -105,7 +105,7 @@ function getArticlesList($ordered = true) { $list[$id] = [ "date" => date("Ymd"), "title" => $id, - "author" => [ "Blogchain Authors" ], + "author" => [ "UnchainedTech Authors" ], "cover" => null, "extract" => "", "admin" => true |