Skip to content

Commit

Permalink
Change how html wraps around markup.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmrs committed Mar 16, 2015
1 parent a3da46e commit 0b5e52a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 0 additions & 2 deletions _includes/_head.html
@@ -1,5 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
Expand Down
4 changes: 3 additions & 1 deletion _layouts/default.html
@@ -1,4 +1,6 @@
{% include _head.html %}
<!DOCTYPE html>
<html lang="en">
{% include _head.html %}
<body>
{{content}}
{% include _navigation.html %}
Expand Down
4 changes: 3 additions & 1 deletion _layouts/posts.html
@@ -1,4 +1,6 @@
{% include _head.html %}
<!DOCTYPE html>
<html lang="en">
{% include _head.html %}
<body>
<article>
<!-- This is where the title: in your front matter gets dropped in.-->
Expand Down

0 comments on commit 0b5e52a

Please sign in to comment.