From 6ae668238c37514cacd1977471a10284b432e5a1 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Sun, 4 Jul 2021 11:41:09 +0200 Subject: Name change --- _site/includes/articles/getlist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_site/includes/articles/getlist.php') 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 -- cgit