You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
386 B
9 lines
386 B
<header class="site-header">
|
|
|
|
<div class="wrapper">
|
|
{%- assign default_paths = site.pages | map: "path" -%}
|
|
{%- assign page_paths = site.header_pages | default: default_paths -%}
|
|
{%- assign titles_size = site.pages | map: 'title' | join: '' | size -%}
|
|
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
|
|
</div>
|
|
</header>
|
|
|