Final cleanup before pushing to Rubygems

This commit is contained in:
Michael Smith
2016-12-26 15:41:48 +01:00
parent f3c1469c7c
commit 3c3fd5eedb
10 changed files with 1 additions and 35 deletions

View File

@@ -1,20 +1,13 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<body>
{% include header.html %}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>
{% include footer.html %}
</body>
</html>