]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - jekyll/_layouts/default.html
Fix baseurl
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
index 7fb45e043b08057a00c9467cecf0f221065c29bc..b673dce0d84a2e2d8d0423686d67834f3905017e 100644 (file)
@@ -9,10 +9,10 @@
 
     <title>Unlimited &#127829; {{ page.title }}</title>
 
-    <link rel="manifest" href="{{ baseurl }}manifest.webmanifest">
-    <link rel="stylesheet" type="text/css" href="{{ baseurl }}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="{{ baseurl }}js/animation.js"></script>
+    <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
 
     <!--
         /\
@@ -25,7 +25,7 @@
     <header>
       <h1>
         <canvas width=100 height=100></canvas>
-        <a href="{{ baseurl }}">unlimited.pizza</a>
+        <a href="{{ site.baseurl }}">unlimited.pizza</a>
       </h1>
     </header>
     {{ content }}