<title>Unlimited 🍕 {{ 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>
<!--
/\
<header>
<h1>
<canvas width=100 height=100></canvas>
- <a href="{{ baseurl }}">unlimited.pizza</a>
+ <a href="{{ site.baseurl }}">unlimited.pizza</a>
</h1>
</header>
{{ content }}