mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-27 08:48:53 +00:00
content: Fix typo
This commit is contained in:
committed by
GitHub
parent
83747f36b9
commit
62aa94add1
@@ -72,7 +72,7 @@ Some of the methods above are commonly used in a base template as attributes for
|
||||
```go-html-template
|
||||
<html
|
||||
lang="{{ .Site.Language.LanguageCode }}"
|
||||
dir="{{ or .Site.Language.LanguageDirection `ltr` }}
|
||||
dir="{{ or .Site.Language.LanguageDirection `ltr` }}"
|
||||
>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user