diff options
Diffstat (limited to 'themes/bear/templates/header.html')
-rw-r--r-- | themes/bear/templates/header.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/bear/templates/header.html b/themes/bear/templates/header.html new file mode 100644 index 0000000..c1d3c3e --- /dev/null +++ b/themes/bear/templates/header.html @@ -0,0 +1,8 @@ +<header> + <a href="{{ config.base_url }}" class="title"> + <h2>{{ config.title }}</h2> + </a> + <nav> + {% include "nav.html" %} + </nav> +</header> |