]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Fix baseurl
authorRuben Beltran del Rio <redacted>
Fri, 15 Oct 2021 18:07:36 +0000 (20:07 +0200)
committerRuben Beltran del Rio <redacted>
Fri, 15 Oct 2021 18:07:36 +0000 (20:07 +0200)
jekyll/_layouts/default.html
jekyll/manifest.webmanifest

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 }}
index 8c2ace033cd798acfd7d3c1e69016227a921001d..7e498ceed24d863f3ab3e26b2bea3c56ddc0f10a 100644 (file)
@@ -1,7 +1,10 @@
+---
+title: manifest.webmanifest
+---
 {
   "name": "Unlimited Pizza",
   "short_name": "Unlmtd 🍕",
-  "start_url": "{{ baseurl }}",
+  "start_url": "{{ site.baseurl }}",
   "display": "minimal-ui",
   "background_color": "#fff",
   "theme_color": "#fff",