]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Add the bucket to the .env
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index 8b8a880555c30b77287bb17d9715eefd483be18b..b673dce0d84a2e2d8d0423686d67834f3905017e 100644 (file)
@@ -7,14 +7,12 @@
     <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>
 
-    <link rel="manifest" href="/manifest.webmanifest">
-    <link rel="stylesheet" type="text/css" href="/css/application.css">
+    <link rel="manifest" href="{{ site.baseurl }}manifest.webmanifest">
+    <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}css/application.css">
 
-    <script type="module" src="/js/animation.js"></script>
+    <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
 
     <!--
         /\
     -->
   </head>
   <body>
-    <header aria-label="Logo">
+    <header>
       <h1>
         <canvas width=100 height=100></canvas>
-        <a href="/">unlimited.pizza</a>
+        <a href="{{ site.baseurl }}">unlimited.pizza</a>
       </h1>
     </header>
     {{ content }}