mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-03-13 19:09:11 +01:00
Fix feed query
This commit is contained in:
parent
fd85dc355a
commit
042caa13f8
@ -58,7 +58,7 @@ module.exports = {
|
|||||||
allMarkdownRemark(
|
allMarkdownRemark(
|
||||||
limit: 1000,
|
limit: 1000,
|
||||||
sort: { order: DESC, fields: [frontmatter___date] },
|
sort: { order: DESC, fields: [frontmatter___date] },
|
||||||
filter: { frontmatter: { layout: { eq: "post" }, draft: { ne: true } } }
|
filter: { frontmatter: { template: { eq: "post" }, draft: { ne: true } } }
|
||||||
) {
|
) {
|
||||||
edges {
|
edges {
|
||||||
node {
|
node {
|
||||||
@ -69,7 +69,7 @@ module.exports = {
|
|||||||
frontmatter {
|
frontmatter {
|
||||||
title
|
title
|
||||||
date
|
date
|
||||||
layout
|
template
|
||||||
draft
|
draft
|
||||||
description
|
description
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user