]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/_layouts/default.html
16af8875e2bdeb6483afdb425dce74c6bc8b9913
[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="author" content="Rubén Beltrán del Río">
7 <meta name="description" content="{{ page.description }}">
8 <link rel="stylesheet" type="text/css" href="/css/application.css">
9 <title>Unlimited &#127829; {{ page.title }}</title>
10
11 <!--
12 /\
13 / O\ U N L I M I T E D
14 /O o \ P I Z Z A
15 |______|
16 -->
17 </head>
18 <body>
19 <h1>
20 <a class="logo" href="/">Unlimited 🍕 Pizza</a>
21 </h1>
22 <div class="main-container">
23 <section>
24 {{ content }}
25 </section>
26 </div>
27 </body>
28 </html>