X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/b48a7d5965f1d9365b2afb01d7520e6dc172035d..8355fe94b01aeb4ff411def5bb50d1c595fa96f9:/jekyll/_layouts/default.html

diff --git a/jekyll/_layouts/default.html b/jekyll/_layouts/default.html
index d9a3f18..7fb45e0 100644
--- a/jekyll/_layouts/default.html
+++ b/jekyll/_layouts/default.html
@@ -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="{{ baseurl }}manifest.webmanifest">
+    <link rel="stylesheet" type="text/css" href="{{ baseurl }}css/application.css">
 
-    <script type="module" src="/js/animation.js"></script>
+    <script type="module" src="{{ baseurl }}js/animation.js"></script>
 
     <!--
         /\
@@ -27,7 +25,7 @@
     <header>
       <h1>
         <canvas width=100 height=100></canvas>
-        <a href="/">unlimited.pizza</a>
+        <a href="{{ baseurl }}">unlimited.pizza</a>
       </h1>
     </header>
     {{ content }}