Skip to content

Commit

Permalink
full posts
Browse files Browse the repository at this point in the history
  • Loading branch information
maddes8cht committed Sep 23, 2023
1 parent 2eff045 commit a13ecac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/posts.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
title: Posts
layout: home
layout: page
---
<ul>
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
{{post.excerpt}}
{{post.content}}
</li>
{% endfor %}
</ul>

0 comments on commit a13ecac

Please sign in to comment.