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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<header class="site-header">
|
|
|
|
<div class="wrapper">
|
|
|
|
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
|
|
|
|
<nav class="site-nav">
|
|
<div class="trigger">
|
|
{% for my_page in site.pages %}
|
|
{% if my_page.title %}
|
|
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
|
|
{% endif %}
|
|
{% endfor %}
|
|
</div>
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|