Skip to content

Instantly share code, notes, and snippets.

@chrissy-dev
Last active September 22, 2017 15:46
Show Gist options
  • Save chrissy-dev/1f6a7e03be2b2551928e02427f664460 to your computer and use it in GitHub Desktop.
Save chrissy-dev/1f6a7e03be2b2551928e02427f664460 to your computer and use it in GitHub Desktop.
Sample default.html
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>
{% if page.title %} {{page.title | escape}} {% endif %}
</title>
</head>
<body>
{{ content }}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment