Skip to content

Commit

Permalink
update template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 22, 2024
1 parent e9ec7e0 commit a6a2cbe
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions _pages/research/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,24 @@ description:

---



<div class="post">

<div style="overflow: hidden;">
<h1 class="post-title">{{ page.title }}</h1>
<h5 class="post-description">{{ page.description }}</h5>

{% include category_index.html %}
<!-- {% include category_index.html %} -->

{% assign items = site.posts | where: "group", "networks" %}

{% for item in items %}
<div>
{{item.title}}
</div>
<div>
{{ item.content }}
</div>
{% endfor %}

</div>
</div>

0 comments on commit a6a2cbe

Please sign in to comment.