]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Update style
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index 93a352d50c69d89fb34fd4afc409dd02e5e33d71..8b8a880555c30b77287bb17d9715eefd483be18b 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 type="module" src="/js/animation.js"></script>
 
     <!--
         /\
     -->
   </head>
   <body>
-    <header>
+    <header aria-label="Logo">
       <h1>
-        <a href="/">Unlimited 🍕  Pizza</a>
+        <canvas width=100 height=100></canvas>
+        <a href="/">unlimited.pizza</a>
       </h1>
     </header>
-    <div class="main-container">
-      <section>
-        {{ content }}
-      </section>
-    </div>
+    {{ content }}
   </body>
 </html>