]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/_layouts/default.html
Merge branch 'hotfix/4.2.0' into develop
[rbdr/r.bdr.sh] / jekyll / _layouts / default.html
1 <!DOCTYPE HTML>
2
3 <html lang="en">
4 <head>
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <meta name="author" content="Rubén Beltrán del Río">
8 <meta name="description" content="{{ page.description }}">
9
10 <meta name="theme-color" content="#db5945">
11
12 <title>Unlimited &#127829; {{ page.title }}</title>
13
14 <link rel="manifest" href="/manifest.webmanifest">
15
16 <link rel="stylesheet" type="text/css" href="/css/application.css" media="none" onload="if (media!=='all') { media = 'all'; }">
17 <noscript>
18 <link rel="stylesheet" type="text/css" href="/css/application.css">
19 </noscript>
20
21 <script src="/js/offline_support.js" defer></script>
22
23 <!--
24 /\
25 / O\ U N L I M I T E D
26 /O o \ P I Z Z A
27 |______|
28 -->
29 </head>
30 <body>
31 <header>
32 <h1>
33 <a href="/">Unlimited 🍕 Pizza</a>
34 </h1>
35 </header>
36 <div class="main-container">
37 <section>
38 {{ content }}
39 </section>
40 </div>
41 </body>
42 </html>