]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Address HTML warnings
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index 93a352d50c69d89fb34fd4afc409dd02e5e33d71..701a309754064c288569424e304bb36717488dc2 100644 (file)
     <title>Unlimited &#127829; {{ page.title }}</title>
 
     <link rel="manifest" href="/manifest.webmanifest">
+    <link rel="stylesheet" type="text/css" href="/css/application.css">
 
-    <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/offline_support.js" defer></script>
+    <script src="/js/breadsticks.js" defer></script>
 
     <!--
         /\
     -->
   </head>
   <body>
-    <header>
-      <h1>
-        <a href="/">Unlimited 🍕  Pizza</a>
-      </h1>
+    <header aria-label="Logo">
+      <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a>
     </header>
-    <div class="main-container">
-      <section>
-        {{ content }}
-      </section>
-    </div>
+    {{ content }}
+    <canvas aria-hidden="true" id="breadsticks" class="background"></canvas>
   </body>
 </html>