all: Typo fixes

This commit is contained in:
Christian Oliff
2024-04-11 16:23:17 +09:00
committed by GitHub
parent 92de8625c7
commit 17765a7451
9 changed files with 9 additions and 9 deletions

View File

@@ -676,7 +676,7 @@ params:
}
// shouldList returns whether this page should be included in the list of pages.
// glogal indicates site.Pages etc.
// global indicates site.Pages etc.
func (p *pageMeta) shouldList(global bool) bool {
if p.isStandalone() {
// Never list 404, sitemap and similar.