]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Update to jekyll 2.0.1
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index 55eff9c66ea66de4f26a99551469d5646f23a5f6..b673dce0d84a2e2d8d0423686d67834f3905017e 100644 (file)
@@ -7,18 +7,12 @@
     <meta name="author" content="Rubén Beltrán del Río">
     <meta name="description" content="{{ page.description }}">
 
     <meta name="author" content="Rubén Beltrán del Río">
     <meta name="description" content="{{ page.description }}">
 
-    <meta name="theme-color" content="#db5945">
-
     <title>Unlimited &#127829; {{ page.title }}</title>
 
     <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>
+    <link rel="manifest" href="{{ site.baseurl }}manifest.webmanifest">
+    <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}css/application.css">
 
 
-    <script src="/js/offline_support.js" defer></script>
+    <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
 
     <!--
         /\
 
     <!--
         /\
     -->
   </head>
   <body>
     -->
   </head>
   <body>
-    <h1>
-      <a class="logo" href="/">Unlimited 🍕  Pizza</a>
-    </h1>
-    <div class="main-container">
-      <section>
-        {{ content }}
-      </section>
-    </div>
+    <header>
+      <h1>
+        <canvas width=100 height=100></canvas>
+        <a href="{{ site.baseurl }}">unlimited.pizza</a>
+      </h1>
+    </header>
+    {{ content }}
   </body>
 </html>
   </body>
 </html>