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
{{ message }}
This repository was archived by the owner on Jun 10, 2023. It is now read-only.
When I checked the archive page, it seemed that the archive page added the microblog (no title) entries.
I want microblogs not to appear on the archive page.
After some research, I'm guessing it might be that something needs tweaking here: archive/list.html
line 7 {{ range .Site.RegularPages.GroupByPublishDate "2006" }}
line 15 {{ range where .Pages "Type" $contentTypeName }}
line 16 {{ if eq .Kind "page" }}
But I don't know how to fix it, so came here for help, thanks!