<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="{{ site.baseurl }}manifest.webmanifest">
+ <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}css/application.css">
- <script src="/js/breadsticks.js" defer></script>
+ <script type="module" src="{{ site.baseurl }}js/animation.js"></script>
<!--
/\
-->
</head>
<body>
- <header aria-label="Logo">
- <a href="/">Unlimited <span aria-hidden="true">🍕</span> Pizza</a>
+ <header>
+ <h1>
+ <canvas width=100 height=100></canvas>
+ <a href="{{ site.baseurl }}">unlimited.pizza</a>
+ </h1>
</header>
{{ content }}
- <canvas aria-hidden="true" id="breadsticks" class="background"></canvas>
</body>
</html>