diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html index 642308a..91a7029 100644 --- a/layouts/partials/sidebar/left.html +++ b/layouts/partials/sidebar/left.html @@ -21,8 +21,10 @@ {{ errorf "Failed loading avatar from %q" . }} {{ end }} {{ end }} - - {{ $.Site.Params.sidebar.emoji }} + + {{ with $.Site.Params.sidebar.emoji }} + {{ . }} + {{ end }} {{ end }}

{{ .Site.Title }}

@@ -44,4 +46,4 @@ {{ end }} - \ No newline at end of file +