mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit '346b60358dd8ec2ca228e6635bff9d7914b398b7'
This commit is contained in:
@@ -46,13 +46,13 @@ content/
|
||||
└── _index.md
|
||||
```
|
||||
|
||||
When rendering content/en/books/book-1.md:
|
||||
When rendering `content/en/books/book-1.md`:
|
||||
|
||||
```go-html-template
|
||||
{{ .IsTranslated }} → true
|
||||
```
|
||||
|
||||
When rendering content/en/books/book-2.md:
|
||||
When rendering `content/en/books/book-2.md`:
|
||||
|
||||
```go-html-template
|
||||
{{ .IsTranslated }} → false
|
||||
|
Reference in New Issue
Block a user