From 896fa7c96856142f844d958b049d5432f511641c Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 4 Aug 2021 16:56:12 +0200 Subject: v2.0 --- _site/feed.xml/index.php | 96 ++++++++++++++++++++++++------------------------ 1 file changed, 48 insertions(+), 48 deletions(-) (limited to '_site/feed.xml') diff --git a/_site/feed.xml/index.php b/_site/feed.xml/index.php index dfb6da7..94d3cd4 100644 --- a/_site/feed.xml/index.php +++ b/_site/feed.xml/index.php @@ -1,49 +1,49 @@ -'); - -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/markdown.php"; -$Parsedown = new Parsedown(); - -require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/articles/getlist.php"; -$list = getArticlesList(); - -?> - - - - - - - UnchainedTech - https://unchainedtech.minteck.ro.lt - UnchainedTech is a tech-centric blog written by two people on their free time - UnchainedTech Authors, All rights reserved. - en-us - - - - <?= $item["title"] ?> - https://unchainedtech.minteck.ro.lt/article/ - - format("D, d M Y H:i:s T"); - - ?> - - - - - +'); + +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/markdown.php"; +$Parsedown = new Parsedown(); + +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/articles/getlist.php"; +$list = getArticlesList(); + +?> + + + + + + + UnchainedTech + https://unchainedtech.minteck.ro.lt + UnchainedTech is a tech-centric blog written by two people on their free time + UnchainedTech Authors, All rights reserved. + en-us + + + + <?= $item["title"] ?> + https://unchainedtech.minteck.ro.lt/article/ + + format("D, d M Y H:i:s T"); + + ?> + + + + + \ No newline at end of file -- cgit