We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295900f commit 5477e9cCopy full SHA for 5477e9c
5 files changed
_config.yml
@@ -16,6 +16,10 @@ analytics:
16
site_fqdn: 'your.site.fqdn'
17
script_source: 'https://plausible.io/js/script.js'
18
19
+collections:
20
+ projects:
21
+ output: true
22
+
23
defaults:
24
-
25
scope:
_includes/header.html
@@ -1,6 +1,5 @@
1
<div class="header">
2
<h1>{% include breadcrumbs.html %}</h1>
3
- <br>
4
<h5><i>Some catchy headline text</i></h5>
5
<br>
6
{% include nav.html %}
project/_posts/test1.md _projects/test1.mdproject/_posts/test1.md renamed to _projects/test1.md
project/_posts/test2.md _projects/test2.mdproject/_posts/test2.md renamed to _projects/test2.md
project/index.html
@@ -1,11 +1,10 @@
---
layout: default
title: 'Lasz :: project[]'
7
<h2>Projects</h2>
8
-{% include cards.html collection=paginator.posts %}
+{% include cards.html collection=site.projects%}
9
10
<h2>Posts</h2>
11
{% for article in paginator.posts %}
0 commit comments