This commit is contained in:
Kameron Kenny 2019-01-24 11:22:58 -05:00
parent 871a2abe57
commit ba37f94804
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<div id="header" class="wrapper">
<div id="header">
<div 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 %}
@ -6,6 +7,7 @@
<a href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}
</div>
</div><!-- end header -->
<div class="wrapper">