From 9bf20f47c4e7b58c4afb92c32b5bf8683e17fc39 Mon Sep 17 00:00:00 2001
From: John Olheiser <42128690+jolheiser@users.noreply.github.com>
Date: Fri, 5 Apr 2019 10:01:38 -0500
Subject: [PATCH] Enabled emoji in Hugo (#6521)

Removed extra asterisks in Docker doc

Signed-off-by: jolheiser <john.olheiser@gmail.com>
---
 docs/config.yaml                                   | 1 +
 docs/content/doc/installation/with-docker.en-us.md | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/config.yaml b/docs/config.yaml
index b963894c87..03751cf2bb 100644
--- a/docs/config.yaml
+++ b/docs/config.yaml
@@ -6,6 +6,7 @@ theme: gitea
 defaultContentLanguage: en-us
 defaultContentLanguageInSubdir: true
 enableMissingTranslationPlaceholders: true
+enableEmoji: true
 
 permalinks:
   post: /:year/:month/:title/
diff --git a/docs/content/doc/installation/with-docker.en-us.md b/docs/content/doc/installation/with-docker.en-us.md
index f2c32a9847..d8adc4b3a0 100644
--- a/docs/content/doc/installation/with-docker.en-us.md
+++ b/docs/content/doc/installation/with-docker.en-us.md
@@ -270,7 +270,7 @@ files; for named volumes, this is done through another container or by direct ac
 
 # 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:
 ```