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