You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I encountered problems that I can't find solutions anywhere. When I add posts in an article, the description of the article disappears. Also, I added site search (search: true) in _site.yml, it does nothing. Is it something to do with the description not showing up?
The following codes are from the article created by create_article():
title: "web1"
description: |
This site shares notes.
Hi, I encountered problems that I can't find solutions anywhere. When I add posts in an article, the description of the article disappears. Also, I added site search (search: true) in _site.yml, it does nothing. Is it something to do with the description not showing up?
The following codes are from the article created by create_article():
title: "web1"
description: |
This site shares notes.
listing:
posts:
output: distill::distill_article
self_contained: false
The following codes are from the post "post1" created by create_post():
title: "post1"
author:
date: 2023-08-27
output:
distill::distill_article:
self_contained: false
can anyone help with this? Thanks!
The text was updated successfully, but these errors were encountered: