inital
This commit is contained in:
12
_tabs/posts.md
Normal file
12
_tabs/posts.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# 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>
|
||||
Reference in New Issue
Block a user