initial commit, add Publish, add minimal theme, add content
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% assign pages_list = site.pages|sort:"sidebar_sort_order" %}
|
||||
{% for node in pages_list %}
|
||||
{% if node.title != null %}
|
||||
{% if node.sidebar_link %}
|
||||
<a class="nav-link{% if page.url == node.url %} active{% endif %}" href="{{ node.url | relative_url }}">{{ node.title }}</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user