online doc: switch to git submodule for Hugo Learn theme. Fix page ToC #57
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When the Hugo Learn theme was originally integrated into CDSP the source was directly integrated into the CDSP source tree. To simplify tracking the upstream git repository for the theme switch to using a git submodule and update to the current version.
Updating to the current master branch fixes an issue in the theme that resulted in level three headings on a page not being rendered so they are indented correctly in the page pop-up Table of Contents. This fixes online doc: Level 3 headings in generated ToF are not indented correctly #54