mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-08 20:00:26 +00:00
10 lines
136 B
Markdown
10 lines
136 B
Markdown
|
# Blog
|
||
|
|
||
|
<ul>
|
||
|
{% for post in site.posts %}
|
||
|
<li>
|
||
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||
|
</li>
|
||
|
{% endfor %}
|
||
|
</ul>
|