content: Fix sample code formatting

This commit is contained in:
Joe Mooring
2025-05-05 11:31:57 -07:00
committed by GitHub
parent 5d601448f6
commit 7fe42d76cf
+1 -1
View File
@@ -24,6 +24,6 @@ A more practical example is to fill in the missing translations from the other l
```sh
{{ $pages := .Site.RegularPages }}
{{ range .Site.Home.Translations }}
{{ $pages = $pages | lang.Merge .Site.RegularPages }}
{{ $pages = $pages | lang.Merge .Site.RegularPages }}
{{ end }}
```