Skip to content

Commit

Permalink
Update doc.html
Browse files Browse the repository at this point in the history
  • Loading branch information
S2030c authored Sep 22, 2024
1 parent d8d872f commit c52a00f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p>Texte zum Themenbereich</p>

<div class="posts">
{% for post in site._doc %}
{% for post in site.categories.doc %}
<article class="post">

<h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></h1>
Expand Down

0 comments on commit c52a00f

Please sign in to comment.