From 3492009c8a3693cb495f4c4e9c9e6ba24c68267d Mon Sep 17 00:00:00 2001
From: JozanLeClerc <bousset.rudy@gmail.com>
Date: Fri, 26 Jun 2020 17:28:49 +0200
Subject: Updated icons but FeelsBadMan

---
 inc/classic-contents.inc.php | 44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

(limited to 'inc/classic-contents.inc.php')

diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php
index f9fb068..d1687a5 100644
--- a/inc/classic-contents.inc.php
+++ b/inc/classic-contents.inc.php
@@ -2,18 +2,18 @@
 function
 jo_head($title) {
 ?>
-	<html>
-		<head>
-			<title>Joe's own website - <?php echo "$title"; ?></title>
-			<link rel="stylesheet" type="text/css" href="css/site.css">
-			<meta charset="UTF-8">
-			<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
-		</head>
-		<body>
-			<div class="fullpage">
-				<header>
-					<h1><a href="index.php">Joe's dev blog - <?php echo "$title"; ?></a></h1>
-				</header>
+<html>
+	<head>
+		<title>Joe's own website - <?php echo "$title"; ?></title>
+		<link rel="stylesheet" type="text/css" href="css/site.css">
+		<meta charset="UTF-8">
+		<script src="https://kit.fontawesome.com/1d97d0fb1c.js" crossorigin="anonymous"></script>
+	</head>
+	<body>
+		<div class="fullpage">
+			<header>
+				<h1><a href="index.php">Joe's dev blog - <?php echo "$title"; ?></a></h1>
+			</header>
 <?php
 }
 
@@ -41,16 +41,16 @@ jo_sidebar() {
 function
 jo_footer() {
 ?>
-	<footer>
-		<p>
-			Copyright &copy; 2020, Joe -
-			see <a href="license.php">LICENSE</a> -
-			we do not use cookies
-		</p>
-	</footer>
-			</div>
-		</body>
-	</html>
+			<footer>
+				<p>
+					Copyright &copy; 2020, Joe -
+					see <a href="license.php">LICENSE</a> -
+					we do not use cookies
+				</p>
+			</footer>
+		</div>
+	</body>
+</html>
 <?php
 }
 ?>
-- 
cgit v1.2.3