<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" media="none" onload="if (media!=='all') { media = 'all'; }">
- <noscript>
- <link rel="stylesheet" type="text/css" href="/css/application.css">
- </noscript>
+ <link rel="manifest" href="{{ baseurl }}manifest.webmanifest">
+ <link rel="stylesheet" type="text/css" href="{{ baseurl }}css/application.css">
- <script src="/js/breadsticks.js" defer></script>
+ <script type="module" src="{{ baseurl }}js/animation.js"></script>
<!--
/\
<body>
<header>
<h1>
- <a href="/">Unlimited 🍕 Pizza</a>
+ <canvas width=100 height=100></canvas>
+ <a href="{{ baseurl }}">unlimited.pizza</a>
</h1>
</header>
- <div class="main-container">
- <section>
- {{ content }}
- </section>
- </div>
- <canvas id="breadsticks" class="background"></canvas>
+ {{ content }}
</body>
</html>