thegeeklab / hugo-geekdoc

Hugo theme made for documentation

Home Page:https://geekdocs.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Property Names Don't Render

jcoughlin11 opened this issue · comments

I'm using the properties shortcode in one of my markdown files, but the names of the properties are not being displayed, only a number (0, 1, 2, ...).

I copy and pasted the data/properties/demo.yaml file into my site thinking that I messed up the formatting, but that didn't work. I also removed everything from my markdown file except the shortcode, but it didn't help.

Everything else about the property (type, description, etc.) renders correctly. The shortcode is implemented as: {{< propertylist name=demo sort=name order=asc >}}. I'm using hugo extended version v0.106.0 and v0.35.8 of the geekdoc theme. I'm viewing the site locally with the command hugo serve -D --disableFastRender.

I was wondering what I was doing wrong?