update header

This commit is contained in:
Kameron Kenny 2019-01-22 13:11:48 -05:00
parent a0dc9cb7bb
commit b23ee23950
1 changed files with 2 additions and 2 deletions

View File

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