content: Fix typo

This commit is contained in:
Mohammad Amin Taheri
2025-06-09 08:30:43 +03:30
committed by GitHub
parent 83747f36b9
commit 62aa94add1
+1 -1
View File
@@ -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` }}"
>
```