]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Merge branch 'develop'
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index 16af8875e2bdeb6483afdb425dce74c6bc8b9913..d3826189951f6d3789beeb2ef0a91b55865eded3 100644 (file)
@@ -3,11 +3,23 @@
 <html lang="en">
   <head>
     <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta name="author" content="Rubén Beltrán del Río">
     <meta name="description" content="{{ page.description }}">
-    <link rel="stylesheet" type="text/css" href="/css/application.css">
+
+    <meta name="theme-color" content="#db5945">
+
     <title>Unlimited &#127829; {{ page.title }}</title>
 
+    <link rel="manifest" href="/manifest.webmanifest">
+
+    <link rel="stylesheet" type="text/css" href="/css/application.css" media="none" onload="if (media!=='all') { media = 'all'; }">
+    <noscript>
+      <link rel="stylesheet" type="text/css" href="/css/application.css">
+    </noscript>
+
+    <script src="/js/breadsticks.js" defer></script>
+
     <!--
         /\
        / O\ U N L I M I T E D
     -->
   </head>
   <body>
-    <h1>
-      <a class="logo" href="/">Unlimited 🍕  Pizza</a>
-    </h1>
-    <div class="main-container">
-      <section>
-        {{ content }}
-      </section>
-    </div>
+    <header>
+      <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a>
+    </header>
+    {{ content }}
+    <canvas aria-hidden="true" id="breadsticks" class="background"></canvas>
   </body>
 </html>