From 63c9dc764f83cdfaa39fd952f65a36620c40df23 Mon Sep 17 00:00:00 2001 From: Cole Bemis <colebemis@gmail.com> Date: Wed, 22 Feb 2017 00:37:32 -0800 Subject: [PATCH] Update header content --- _includes/header.html | 5 ++++- index.html | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 7f33ab2..455de4a 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,3 +1,6 @@ <header> - <h1>Header</h1> + <h1>Feather</h1> + <p>Simply beautiful open source icons</p> + <a href="#">Download</a> + <a href="https://twitter.com/intent/tweet?text=Feather%20%E2%80%93%20Simply%20beautiful%20open%20source%20icons%20by%20%40colebemis%20colebemis.github.io%2Ffeather" target="_blank">Tweet</a> </header> diff --git a/index.html b/index.html index 1b7da71..0ab34f8 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,5 @@ </head> <body> {% include header.html %} - <h1>Hello World</h1> </body> </html> -- 2.21.0