Merge commit 'a6e635ca7d905d9ec3ffd708db2694f680b03aae'

This commit is contained in:
Bjørn Erik Pedersen
2024-08-09 15:17:43 +02:00
143 changed files with 3258 additions and 2109 deletions

View File

@@ -36,9 +36,9 @@ content/
└── _index.md
```
The examples below depict the result of rendering works/paintings/the-mona-lisa.md with a single page template:
The examples below depict the result of rendering works/paintings/the-mona-lisa.md:
```go-html-template
{{< code file=layouts/works/single.html >}}
{{ with .GetPage "starry-night" }}
{{ .Title }} → Starry Night
{{ end }}
@@ -62,4 +62,4 @@ The examples below depict the result of rendering works/paintings/the-mona-lisa.
{{ with .GetPage "/works/sculptures/david" }}
{{ .Title }} → David
{{ end }}
```
{{< /code >}}