Skip to content

Instantly share code, notes, and snippets.

@budparr
Created December 2, 2014 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save budparr/44291975d13033e599b8 to your computer and use it in GitHub Desktop.
Save budparr/44291975d13033e599b8 to your computer and use it in GitHub Desktop.
Default basic layout for a Jekyll site
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
{% include header.html %}
<div class="page-content">
<div class="wrapper">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment