We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c96d0 commit 340eb27Copy full SHA for 340eb27
website/_includes/header.html
@@ -18,7 +18,7 @@
18
<!-- Collect the nav links, forms, and other content for toggling -->
19
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
20
<ul class="nav navbar-nav">
21
- {% assign pages = site.main_pages | sort:"weight" %}
+ {% assign pages = site.pages | sort:"weight" %}
22
{% for my_page in pages %}
23
{% if my_page.title %}
24
<li><a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li>
website/_layouts/main_page.html
@@ -0,0 +1,5 @@
1
+---
2
+layout: default
3
4
+
5
+{{ content }}
0 commit comments