Hello,
So I am trying to add a sidebar to one of my sections on my Hugo-Apero website, only it is not showing up. The rest of the text on the page moves over to "make room" for the sidebar, but the sidebar itself doesn't show up. This is what I have in my _index.md file for the section:
---
layout: list-sidebar
title: Projects
description: |
Here are examples of analyses, investigations, code, and projects that demonstrate my capabilities.
sidebar:
title: Skills
description: |
insert skills here
---
Thanks!