<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Rubén Beltrán del Río">
- <meta name="description" content="{{ page.description }}">
+ <meta name="description" content="{{ description }}">
- <title>Unlimited 🍕 {{ page.title }}</title>
+ <title>Unlimited 🍕 {{ title }}</title>
- <link rel="manifest" href="{{ site.baseurl }}manifest.webmanifest">
- <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}css/application.css">
+ <link rel="manifest" href="/manifest.webmanifest">
+ <link rel="stylesheet" type="text/css" href="/css/application.css">
- <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
+ <script type="module" src="/js/animation.js"></script>
<!--
/\
<header>
<h1>
<canvas width=100 height=100></canvas>
- <a href="{{ site.baseurl }}">unlimited.pizza</a>
+ <a href="/">unlimited.pizza</a>
</h1>
</header>
{{ content }}