This commit is contained in:
Kameron Kenny 2019-01-24 11:16:00 -05:00
parent c959d73e3f
commit 966ed9a737
1 changed files with 2 additions and 5 deletions

View File

@ -1,14 +1,11 @@
<div id="header">
<div id="title" class="wrapper">
<h1><a href="{{ site.url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
</div>
<div id="title" class="wrapper">
<div id="title" class="topnav">
<a href="{{ site.url }}">{{ site.title | default: site.github.repository_name }}</a>
{% for my_page in site.pages %}
{% if my_page.title %}
<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}
</div>
</div><!-- end header -->
<div class="wrapper">