maggioni.xyz/_layouts/main.html

22 lines
587 B
HTML

<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header class="header">
<section class="head">
<h2 class="title">{{ site.title }}</h2>
<p>{{ site.description }}</p>
</section>
{% include header.html %}
</header>
<main class="container">
{{ content }}
</main>
{% include footer.html %}
<script>
var easter_egg = new Konami();
easter_egg.load("https://www.youtube.com/watch?v=URTcCh6QVwM");
</script>
</body>
</html>