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

Use jekyll include

parent 5a3780b0
<header>
<h1>Header</h1>
</header>
---
---
<!DOCTYPE html>
<html lang="en">
<head>
......@@ -5,6 +7,7 @@
<title>Feather</title>
</head>
<body>
{% include header.html %}
<h1>Hello World</h1>
</body>
</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