distill
distill copied to clipboard
Article description does not show up when adding posts
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:
- 2023-08-27-post1
- 2023-08-27-post2 output: distill::distill_article self_contained: false
The following codes are from the post "post1" created by create_post():
title: "post1" author:
- name: BG date: 2023-08-27 output: distill::distill_article: self_contained: false
can anyone help with this? Thanks!
Can you format your issue correctly please ? https://yihui.org/issue/#please-format-your-issue-correctly
This will allow us to know exactly the header you use and be sure we can reproduce correctly. Thank you