amzn/jekyll-doc-project

sidebar subfolder and subsubfolder http urls not linked

Opened this issue · 1 comments

The conditional check for an http/https jurl in _includes/sidebar.html for subfolderitem and subsubfolderitem items are checking the parent folderitem.jurl instead of their depth's value. This should be a changed in the following places.

{% elsif folderitem.jurl contains "http://" or folderitem.jurl contains "https://" %}

{% elsif folderitem.jurl contains "http://" or folderitem.jurl contains "https://" %}

Opened PR #4 from my fork to remediate.