diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html
index 096fcf1..d60285e 100644
--- a/layouts/partials/sidebar/left.html
+++ b/layouts/partials/sidebar/left.html
@@ -6,6 +6,30 @@
+ {{ with .Site.Params.sidebar.avatar }}
+ {{- $avatar := partial "helper/image" (dict "Image" . "Resources" resources "Context" $) -}}
+
+
+
+
+ {{ with $.Site.Params.sidebar.emoji }}
+ {{ . }}
+ {{ end }}
+
+ {{ end }}
+
+
+
+
+
{{- $page := . -}}
{{- with .Site.Menus.social -}}