Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Feb 16, 2024
1 parent d5c3638 commit 364b4ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ <h1>Sablier Files</h1>
Sablier uses this GitHub Pages site to host various files, such as the Sablier logo, the Terms of Service, and the
Privacy Policy.
</p>
{% assign doclist = site.pages | sort: 'url' %}
<ul>
{% for doc in doclist %} {% if doc.name contains '.md' or doc.name contains '.html' %}
<li><a href="{{ site.baseurl }}{{ doc.url }}">{{ doc.url }}</a></li>
{% endif %} {% endfor %}
</ul>
</body>
</html>

0 comments on commit 364b4ca

Please sign in to comment.