Files
www.koffeejava.us/_tabs/posts.md
koffeejava 9f841c330b
Some checks failed
Lint Commit Messages / commitlint (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
Close stale issues and PRs / stale (push) Has been cancelled
inital
2026-04-17 07:28:44 -06:00

13 lines
194 B
Markdown

---
# the default layout is 'page'
icon: fas fa-blog
order: 4
---
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}
</ul>