Skip to content

Commit

Permalink
testing template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswagner2826 committed Jan 22, 2024
1 parent 76e2626 commit cf4674c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 51 deletions.
22 changes: 0 additions & 22 deletions _includes/news.html

This file was deleted.

23 changes: 0 additions & 23 deletions _includes/pagination.html

This file was deleted.

18 changes: 18 additions & 0 deletions _layouts/research.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: page
category: research
---

<div class="post">

{% for item in site.posts | where_exp: "item", "item.group == page.title" %}
<div>
{{item.title}}
</div>
<div>
{{ item.content }}
</div>
{% endfor %}

</div>
</div>
11 changes: 5 additions & 6 deletions _pages/research/template.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
---
layout: page
layout: research
title: networks
category: research
description:
This is a description for this page
(specifically the template page)

---

<div class="post">
<!--
<!-- <div class="post">
<div style="overflow: hidden;">
<h1 class="post-title">{{ page.title }}</h1>
<h5 class="post-description">{{ page.description }}</h5> -->
<h5 class="post-description">{{ page.description }}</h5>
{% for item in site.posts | where_exp: "item", "item.group == page.title" %}
<div>
Expand All @@ -24,4 +23,4 @@ description:
{% endfor %}
</div>
</div>
</div> -->

0 comments on commit cf4674c

Please sign in to comment.