Last active
September 22, 2017 15:46
-
-
Save chrissy-dev/1f6a7e03be2b2551928e02427f664460 to your computer and use it in GitHub Desktop.
Sample default.html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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