<div class=“row”>
<div class="col-md-8 has-space-top has-space-bottom"> <a class="lin-logo" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a> </div> <div class="col-md-4 is-flex-center is-flex-end"> {%- 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 -%} {%- for path in page_paths -%} {%- assign my_page = site.pages | where: "path", path | first -%} {%- if my_page.title -%} <a class="lin-button is-lite" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> {%- endif -%} {%- endfor -%} </div>
</div>