Merge pull request #2 from AriTheStupidCat/metadata-fix

Metadata fix
This commit is contained in:
Ari 2026-06-15 01:36:00 +01:00 committed by GitHub
commit 4000342abb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -77,7 +77,7 @@
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="/">Index</a> <a href="/">Index</a>
<a href="/dev-info/" class="active">Dev Info</a> <a href="/dev-info/" class="active">Dev Info</a>
<a href="/hardware-info/">Hardware Info</a> <a href="/hardware/">Hardware</a>
</div> </div>
<main class="intro"> <main class="intro">
<header class="hub-header"> <header class="hub-header">

View File

@ -84,7 +84,7 @@
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="/">Index</a> <a href="/">Index</a>
<a href="/dev-info/">Dev Info</a> <a href="/dev-info/">Dev Info</a>
<a href="/hardware-info/" class="active">Hardware Info</a> <a href="/hardware/" class="active">Hardware</a>
</div> </div>
<main class="intro"> <main class="intro">
<header class="hub-header"> <header class="hub-header">

View File

@ -46,7 +46,7 @@
<link rel="stylesheet" href="/css/index.css"> <link rel="stylesheet" href="/css/index.css">
<script>try { var f = localStorage.getItem('ctpFlavor'); document.documentElement.setAttribute('data-flavor', ['mocha', 'macchiato', 'frappe', 'latte'].indexOf(f) >= 0 ? f : 'mocha'); } catch (e) { document.documentElement.setAttribute('data-flavor', 'mocha'); }</script> <script>try { var f = localStorage.getItem('ctpFlavor'); document.documentElement.setAttribute('data-flavor', ['mocha', 'macchiato', 'frappe', 'latte'].indexOf(f) >= 0 ? f : 'mocha'); } catch (e) { document.documentElement.setAttribute('data-flavor', 'mocha'); }</script>
<!-- SEO Meta Tags --> <!-- SEO Meta Tags -->
<meta name="description" content="Personal site for Ari on git.gay" /> <meta name="description" content="Personal site for Ari on git.gay/AriTheStupidCat on GitHub" />
<meta name="keywords" content="Portfolio, Personal, Developer" /> <meta name="keywords" content="Portfolio, Personal, Developer" />
<meta name="author" content="Ari" /> <meta name="author" content="Ari" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" /> <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
@ -60,7 +60,7 @@
<meta property="og:image" content="https://ari.pages.gay/assets/media/favicon.png" /> <meta property="og:image" content="https://ari.pages.gay/assets/media/favicon.png" />
<meta property="og:site_name" content="Ari"> <meta property="og:site_name" content="Ari">
<meta property="og:title" content="Ari" /> <meta property="og:title" content="Ari" />
<meta property="og:description" content="Personal site for Ari on git.gay" /> <meta property="og:description" content="Personal site for Ari on git.gay/AriTheStupidCat on GitHub" />
<meta property="og:type" content="website" /> <meta property="og:type" content="website" />
<meta property="og:url" content="https://ari.pages.gay" /> <meta property="og:url" content="https://ari.pages.gay" />
<meta property="og:locale" content="en_GB" /> <meta property="og:locale" content="en_GB" />
@ -68,7 +68,7 @@
<meta name="twitter:image" content="https://ari.pages.gay/assets/media/favicon.png"> <meta name="twitter:image" content="https://ari.pages.gay/assets/media/favicon.png">
<meta name="twitter:card" content="summary" /> <meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Ari" /> <meta name="twitter:title" content="Ari" />
<meta name="twitter:description" content="Personal site for Ari on git.gay" /> <meta name="twitter:description" content="Personal site for Ari on git.gay/AriTheStupidCat on GitHub" />
</head> </head>
<body> <body>
@ -77,7 +77,7 @@
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">&times;</a>
<a href="/" class="active">Index</a> <a href="/" class="active">Index</a>
<a href="/dev-info/">Dev Info</a> <a href="/dev-info/">Dev Info</a>
<a href="/hardware-info/">Hardware Info</a> <a href="/hardware/">Hardware</a>
</div> </div>