summaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/header.html b/_includes/header.html
new file mode 100644
index 0000000..9a33f82
--- /dev/null
+++ b/_includes/header.html
@@ -0,0 +1,4 @@
+<div class="header">
+ <h1 class="title"><a href="/">Welcome to {{ site.name }}</a></h1>
+ <a class="extra" href="/">home</a>
+</div>