]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Add AWS credentials
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index d3826189951f6d3789beeb2ef0a91b55865eded3..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/breadsticks.js" defer></script>
+    <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
 
     <!--
         /\
 
     <!--
         /\
   </head>
   <body>
     <header>
   </head>
   <body>
     <header>
-      <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a>
+      <h1>
+        <canvas width=100 height=100></canvas>
+        <a href="{{ site.baseurl }}">unlimited.pizza</a>
+      </h1>
     </header>
     {{ content }}
     </header>
     {{ content }}
-    <canvas aria-hidden="true" id="breadsticks" class="background"></canvas>
   </body>
 </html>
   </body>
 </html>