From 9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2 Mon Sep 17 00:00:00 2001 From: Minteck <46352972+Minteck@users.noreply.github.com> Date: Sun, 1 Aug 2021 22:28:15 +0200 Subject: Update --- blog/_article.php | 8 ++++---- blog/index.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'blog') diff --git a/blog/_article.php b/blog/_article.php index 1d25467..819d7b1 100644 --- a/blog/_article.php +++ b/blog/_article.php @@ -15,18 +15,18 @@ if (!file_exists($_SERVER['DOCUMENT_ROOT'] . "/includes/blog/data/" . $_GET['i'] $data = json_decode(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/blog/data/" . $_GET['i'] . ".json"), true); $article = $_GET['i']; -$_TITLE = $data["title"]; +$_TITLE = l($data["title"], $data["title.fr"] ?? $data["title"]); require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-

-
format("F jS, Y"); ?>
+

+
format("U")); ?>

- +

diff --git a/blog/index.php b/blog/index.php index 9e63e02..203e1ba 100644 --- a/blog/index.php +++ b/blog/index.php @@ -6,7 +6,7 @@

- Note : If you want a more generally tech-centric blog that doesn't necessarily talk about me, you should check out UnchainedTech, that is also accessible here if you are using the Tor network. + Note: UnchainedTech
-- cgit