Skip to content

Commit 5477e9c

Browse files
author
Mayer László
committed
Fix Projects
1 parent 295900f commit 5477e9c

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ analytics:
1616
site_fqdn: 'your.site.fqdn'
1717
script_source: 'https://plausible.io/js/script.js'
1818

19+
collections:
20+
projects:
21+
output: true
22+
1923
defaults:
2024
-
2125
scope:

_includes/header.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<div class="header">
22
<h1>{% include breadcrumbs.html %}</h1>
3-
<br>
43
<h5><i>Some catchy headline text</i></h5>
54
<br>
65
{% include nav.html %}
File renamed without changes.
File renamed without changes.

project/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
layout: default
33
title: 'Lasz :: project[]'
4-
54
---
65

76
<h2>Projects</h2>
8-
{% include cards.html collection=paginator.posts %}
7+
{% include cards.html collection=site.projects%}
98

109
<h2>Posts</h2>
1110
{% for article in paginator.posts %}

0 commit comments

Comments
 (0)