add pages... maybe.

This commit is contained in:
Kameron Kenny 2019-01-22 13:08:01 -05:00
parent 6200c69b93
commit a0dc9cb7bb
1 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
<div id="header">
<div id="title">
<h1><a href="{{ site.url }}">{{ site.title | default: site.github.repository_name }}</a></h1>
</div>
<div id="title">
{% 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">