From 98ddb63dc1eb266074f124b6ca442883fab22b68 Mon Sep 17 00:00:00 2001
From: 53hornet <atc@53hor.net>
Date: Sat, 2 Oct 2021 21:36:35 -0400
Subject: fix: move charset higher in document

---
 includes/head.php | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

(limited to 'includes')

diff --git a/includes/head.php b/includes/head.php
index 43afd4d..4d7b734 100644
--- a/includes/head.php
+++ b/includes/head.php
@@ -2,6 +2,15 @@
 <html lang="en-US">
 
 <head>
+	<meta charset="utf-8" />
+	<meta name="viewport" content="width=device-width, initial-scale=1" />
+	<meta property="og:description" content="The World Wide Web pages of Adam Carpenter" />
+	<meta property="og:image" content="https://nextcloud.53hor.net/index.php/s/Nx9e7iHbw4t99wo/preview" />
+	<meta property="og:site_name" content="53hor.net" />
+	<meta property="og:title" content="Adam Carpenter (53hornet)" />
+	<meta property="og:type" content="website" />
+	<meta property="og:url" content="https://www.53hor.net" />
+
 	<style>
 		@font-face {
 			font-family: "Iosevka Slab";
@@ -172,14 +181,6 @@
 		}
 	</style>
 
-	<meta charset="utf-8" />
-	<meta name="viewport" content="width=device-width, initial-scale=1" />
-	<meta property="og:description" content="The World Wide Web pages of Adam Carpenter" />
-	<meta property="og:image" content="https://nextcloud.53hor.net/index.php/s/Nx9e7iHbw4t99wo/preview" />
-	<meta property="og:site_name" content="53hor.net" />
-	<meta property="og:title" content="Adam Carpenter (53hornet)" />
-	<meta property="og:type" content="website" />
-	<meta property="og:url" content="https://www.53hor.net" />
 	<?php
 	if (isset($title)) {
 		printf('<title>53hornet ➙ %s</title>', $title);
-- 
cgit v1.2.3