X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/a1779bd4413753966b45cf970e8caa3e51094bd0..3a418290ec970ec7e211bb2a8ac55c19eda30c8e:/jekyll/_layouts/default.html diff --git a/jekyll/_layouts/default.html b/jekyll/_layouts/default.html index 55eff9c..7fb45e0 100644 --- a/jekyll/_layouts/default.html +++ b/jekyll/_layouts/default.html @@ -7,18 +7,12 @@ <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/offline_support.js" defer></script> + <script type="module" src="{{ baseurl }}js/animation.js"></script> <!-- /\ @@ -28,13 +22,12 @@ --> </head> <body> - <h1> - <a class="logo" href="/">Unlimited ð Pizza</a> - </h1> - <div class="main-container"> - <section> - {{ content }} - </section> - </div> + <header> + <h1> + <canvas width=100 height=100></canvas> + <a href="{{ baseurl }}">unlimited.pizza</a> + </h1> + </header> + {{ content }} </body> </html>