summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-10-02 21:36:35 -0400
committer53hornet <atc@53hor.net>2021-10-02 21:36:35 -0400
commit98ddb63dc1eb266074f124b6ca442883fab22b68 (patch)
tree1fe6d72b622a82ec7c27bfc050bcb1532f1cffd5
parentacb147e1880b1594f024a542acd89cf670f9926a (diff)
download53hor-98ddb63dc1eb266074f124b6ca442883fab22b68.tar.xz
53hor-98ddb63dc1eb266074f124b6ca442883fab22b68.zip
fix: move charset higher in document
-rw-r--r--includes/head.php17
1 files changed, 9 insertions, 8 deletions
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);