maggioni.xyz/_layouts/main.html

22 lines
587 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">
<section class="head">
<h2 class="title">{{ site.title }}</h2>
<p>{{ site.description }}</p>
</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>