aboutsummaryrefslogtreecommitdiff
path: root/_site/includes/articles/getlist.php
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-04 11:41:09 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-04 11:41:09 +0200
commit6ae668238c37514cacd1977471a10284b432e5a1 (patch)
tree61e98cabaa82cf64c8390c70bfc934b3941443d3 /_site/includes/articles/getlist.php
parent1d62401c897a5ba82d0def92d97d09195a6d676f (diff)
downloadunchainedtech-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.php4
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