maggioni.xyz/_layouts/main.html

24 lines
703 B
HTML
Raw Normal View History

2016-07-07 19:05:01 +00:00
<!DOCTYPE html>
<html>
{% include head.html %}
2016-09-13 19:40:45 +00:00
<body>
<header class="header">
2018-10-23 14:38:45 +00:00
<section class="head container">
<h1 class="title">{{ site.title }}</h1>
2018-10-23 15:26:41 +00:00
<h4>Eat
<a href="https://en.wikipedia.org/wiki/Polenta">
polenta</a> and do not counter-aim!</h4>
2016-09-13 19:40:45 +00:00
</section>
{% include header.html %}
</header>
<main class="container">
2016-07-07 19:05:01 +00:00
{{ content }}
2016-09-13 19:40:45 +00:00
</main>
{% include footer.html %}
<script>
var easter_egg = new Konami();
easter_egg.load("https://www.youtube.com/watch?v=URTcCh6QVwM");
</script>
</body>
2016-07-07 19:05:01 +00:00
</html>