Enabled emoji in Hugo (#6521)
Removed extra asterisks in Docker doc Signed-off-by: jolheiser <john.olheiser@gmail.com>release/v1.15
parent
e14cad79c9
commit
9bf20f47c4
|
@ -6,6 +6,7 @@ theme: gitea
|
||||||
defaultContentLanguage: en-us
|
defaultContentLanguage: en-us
|
||||||
defaultContentLanguageInSubdir: true
|
defaultContentLanguageInSubdir: true
|
||||||
enableMissingTranslationPlaceholders: true
|
enableMissingTranslationPlaceholders: true
|
||||||
|
enableEmoji: true
|
||||||
|
|
||||||
permalinks:
|
permalinks:
|
||||||
post: /:year/:month/:title/
|
post: /:year/:month/:title/
|
||||||
|
|
|
@ -270,7 +270,7 @@ files; for named volumes, this is done through another container or by direct ac
|
||||||
|
|
||||||
# Upgrading
|
# Upgrading
|
||||||
|
|
||||||
:exclamation::exclamation: **Make sure you have volumed data to somewhere outside Docker container** :exclamation::exclamation:**
|
:exclamation::exclamation: **Make sure you have volumed data to somewhere outside Docker container** :exclamation::exclamation:
|
||||||
|
|
||||||
To upgrade your installation to the latest release:
|
To upgrade your installation to the latest release:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue