Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Edit viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Oct 4, 2023
1 parent a12ee83 commit da2b277
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ page.title }}</title>

<!-- General Meta tags for SEO -->
Expand All @@ -12,15 +12,17 @@
<meta name="subject" content="Wii Modding">
<meta name="keywords" content="Nintendo, Wii, Homebrew, WiiConnect24">
<meta name="description" content="RiiConnect24 is a WiiConnect24 replacement service.">
<meta name="classification" content="RiiConnect24 is an alternative provider for the now-defunct WiiConnect24 service, designed to allow communication between Nintendo Wii™ consoles via the net.">
<meta name="classification"
content="RiiConnect24 is an alternative provider for the now-defunct WiiConnect24 service, designed to allow communication between Nintendo Wii™ consoles via the net.">

<!-- Open Graph Tags -->
<meta property="og:type" content="website" />
<meta property="og:title" content="{{ page.title }}" />
<meta property="og:image" content="/goodies/wallpapers/riiconnect24_background_1_1920x1080.png" />
<meta property="og:locale" content="en" />
<meta property="og:site_name" content="{{ site.title }}" />
<meta property="og:description" content="RiiConnect24 is an alternative provider for the now-defunct WiiConnect24 service, designed to allow communication between Nintendo Wii™ consoles via the net.">
<meta property="og:description"
content="RiiConnect24 is an alternative provider for the now-defunct WiiConnect24 service, designed to allow communication between Nintendo Wii™ consoles via the net.">

<!-- Twitter -->

Expand All @@ -45,7 +47,7 @@

<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">

<!-- Wii User Agent Check -->
<script type="text/javascript">
var ua = navigator.userAgent;
Expand All @@ -54,12 +56,12 @@
}
</script>

<!-- Font Awesome -->
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/8c73d9a1fd.js"></script>

<!-- Google Analytics -->
<script>
var loadDeferredStyles = function() {
var loadDeferredStyles = function () {
var addStylesNode = document.getElementById("deferred-styles");
var replacement = document.createElement("div");
replacement.innerHTML = addStylesNode.textContent;
Expand All @@ -68,14 +70,14 @@
};
var raf = requestAnimationFrame || mozRequestAnimationFrame ||
webkitRequestAnimationFrame || msRequestAnimationFrame;
if (raf) raf(function() {
if (raf) raf(function () {
window.setTimeout(loadDeferredStyles, 0);
});
else window.addEventListener('load', loadDeferredStyles);

(function(i, s, o, g, r, a, m) {
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
Expand All @@ -88,4 +90,4 @@
ga('create', 'UA-72766480-1', 'auto');
ga('send', 'pageview');
</script>
</head>
</head>

0 comments on commit da2b277

Please sign in to comment.