From 00fbbd6763f4720c5ef36af96201a275aee17487 Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Tue, 21 Feb 2017 23:20:51 -0800 Subject: [PATCH] Use jekyll include --- _includes/header.html | 3 +++ index.html | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 _includes/header.html diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..7f33ab2 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,3 @@ +
+

Header

+
diff --git a/index.html b/index.html index f5299ce..f68e66e 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,5 @@ +--- +--- @@ -5,6 +7,7 @@ Feather + {% include header.html %}

Hello World