Fixed page title
This commit is contained in:
parent
f5d0f870b5
commit
0813c19f30
|
|
@ -42,16 +42,16 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
|
||||
|
||||
<!-- Page Title -->
|
||||
<title>404 - Page Not Found</title>
|
||||
<title>Curriculum Vitae · Ari</title>
|
||||
<link rel="icon" type="image/png" href="/assets/media/favicon.png" />
|
||||
<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>
|
||||
|
||||
|
||||
<!-- Canonical URL -->
|
||||
<link rel="canonical" href="https://ari.pages.gay" />
|
||||
<link rel="canonical" href="https://a.stupid.cat" />
|
||||
|
||||
<!-- Alternate for mobile -->
|
||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://ari.pages.gay" />
|
||||
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://a.stupid.cat" />
|
||||
|
||||
<!-- Theme Color -->
|
||||
<meta name="theme-color" content="#cba6f7" />
|
||||
|
|
@ -68,7 +68,6 @@
|
|||
<a href="/hardware/">Hardware</a>
|
||||
<a href="/cv/" class="active">Curriculum Vitae</a>
|
||||
<a href="/socials/">Socials</a>
|
||||
|
||||
</div>
|
||||
<div class="message-card">
|
||||
<h1 class="warn">Coming Soon</h1>
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
|
||||
<!-- Page Title -->
|
||||
<title>Ari</title>
|
||||
<title>Socials · Ari</title>
|
||||
<link rel="icon" type="image/png" href="/assets/media/favicon.png" />
|
||||
<link rel="stylesheet" href="/css/index.css">
|
||||
<!-- <link rel="stylesheet" href="/css/i_stole_all_of_this_from_clove.css"> -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue