Property Names Don't Render #544
Unanswered
jcoughlin11
asked this question in
Q&A
Replies: 1 comment
-
Hi, please take a look at the breaking changes listed in https://github.com/thegeeklab/hugo-geekdoc/releases/tag/v0.36.0 Using the data file format from the main branch with an older release (< 0.36.0) doesn't work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 commandhugo serve -D --disableFastRender
.I was wondering what I was doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions