Skip to content

Commit

Permalink
Create navigation.html
Browse files Browse the repository at this point in the history
  • Loading branch information
agnetemoos authored Aug 14, 2024
1 parent 9af60df commit ecde758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% for page in site.pages %}
<li>
<a href="{{ page.url | relative_url }}">{{ page.title }}</a>
</li>
{% endfor %}

0 comments on commit ecde758

Please sign in to comment.