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 ++-- _site/includes/dom/footer.php | 4 ++-- _site/includes/dom/header.php | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to '_site/includes') 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 diff --git a/_site/includes/dom/footer.php b/_site/includes/dom/footer.php index 2b0a1f2..af25872 100644 --- a/_site/includes/dom/footer.php +++ b/_site/includes/dom/footer.php @@ -4,7 +4,7 @@
-

# blogchain --support --code --version_
+

# unchainedtech --support --code --version_

-

ยฉ Blogchain Authors, All rights reserved. ยท Legal

+

ยฉ UnchainedTech Authors, All rights reserved. ยท Legal

diff --git a/_site/includes/dom/header.php b/_site/includes/dom/header.php index 7f4bcf5..8022ae3 100644 --- a/_site/includes/dom/header.php +++ b/_site/includes/dom/header.php @@ -29,7 +29,7 @@ function gh_api($api) { 'Content-Type: application/json', "Accept: application/json", "Authorization: token " . json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/admin/credentials.json"), true)["token"], - "User-Agent: Blogchain-Admin/0.0.0 (nekostarfan@gmail.com)" + "User-Agent: UnchainedTech-Admin/0.0.0 (nekostarfan@gmail.com)" )); $result = curl_exec($crl); @@ -51,7 +51,7 @@ function customShutdown() { - Something went wrong on Blogchain ๐ŸŒ™ + Something went wrong on UnchainedTech ๐ŸŒ™