Improve description of the .Site.RegularPages method

This commit is contained in:
Joe Mooring
2024-07-22 07:22:21 -07:00
committed by GitHub
parent 8d759175d7
commit 60a9306afa
+4
View File
@@ -12,6 +12,10 @@ action:
signatures: [SITE.RegularPages]
---
The `RegularPages` method on a `Site` object returns a collection of all [regular pages].
[regular pages]: /getting-started/glossary/#regular-page
```go-html-template
{{ range .Site.RegularPages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>