diff options
Diffstat (limited to '_site_build/_includes/header.html')
| -rw-r--r-- | _site_build/_includes/header.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_site_build/_includes/header.html b/_site_build/_includes/header.html new file mode 100644 index 0000000..7a3c22e --- /dev/null +++ b/_site_build/_includes/header.html @@ -0,0 +1,8 @@ +<header> + <hgroup> + <h1><a href="/" rel="home" target="_self" title="{{ site.title }}">{{ site.title }}</a></h1> + {% if site.subtitle %} + <h2>{{ site.subtitle }}</h2> + {% endif %} + </hgroup> +</header> |
