Commit 00fbbd67 authored by Cole Bemis's avatar Cole Bemis

Use jekyll include

parent 5a3780b0
<header>
<h1>Header</h1>
</header>
---
---
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
...@@ -5,6 +7,7 @@ ...@@ -5,6 +7,7 @@
<title>Feather</title> <title>Feather</title>
</head> </head>
<body> <body>
{% include header.html %}
<h1>Hello World</h1> <h1>Hello World</h1>
</body> </body>
</html> </html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment