From 203d4932183de989a3f725458a60307b12c1c3e5 Mon Sep 17 00:00:00 2001 From: Jordan Kaye Date: Sun, 13 Dec 2020 13:29:20 -0700 Subject: Added a social icons section to the sidebar [[menu.icons]] can now be used to specify icons that will be displayed after the site's description, but before the main menu items. --- layouts/partials/sidebar-content.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'layouts/partials/sidebar-content.html') diff --git a/layouts/partials/sidebar-content.html b/layouts/partials/sidebar-content.html index a76501d..dd714c7 100644 --- a/layouts/partials/sidebar-content.html +++ b/layouts/partials/sidebar-content.html @@ -10,11 +10,17 @@ {{ end }} + + + {{ range .Site.Menus.main }} +
  • » {{ .Name }}{{ .Post }}
  • + {{end}} + {{ if .Site.Params.contact_email }}