From 7a2133e553c1f19ad3dbc4289278a3d434bbe6fd Mon Sep 17 00:00:00 2001 From: Robert Del Favero Date: Tue, 23 Oct 2018 15:43:54 -0700 Subject: [PATCH] Fixed a formatting problem --- pages/mydoc/mydoc_sidebar_navigation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/mydoc/mydoc_sidebar_navigation.md b/pages/mydoc/mydoc_sidebar_navigation.md index a03b03d..c7a0863 100644 --- a/pages/mydoc/mydoc_sidebar_navigation.md +++ b/pages/mydoc/mydoc_sidebar_navigation.md @@ -46,7 +46,8 @@ For example, the sidebar.html file contains the following code: {% raw %} ```liquid {% if folderitem.external_url %} -
  • {{folderitem.title}}
  • ``` +
  • {{folderitem.title}}
  • +``` {% endraw %} You can see that the `external_url` is a condition that applies a different formatting. Although this feature is available, I recommend putting any external navigation links in the top navigation bar instead of the side navigation bar.