Replies: 1 comment 1 reply
-
Thanks for asking. Have you checked if it works with the |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have implemented method of displaying an overlay when you hover over navigation items. I've done this using the custom metadata feature, with a partial override of
tab-items.html
. This overlay element includes an image as well as a summary, which is supposed to be pulled from the frontmatter of a page - but instead ofpage.meta.summary
, I usenav_item.meta.summary
, so that it always references the frontmatter in the page for the navigation item you are hovering, instead of the current page.Well, this worked just fine when the site was last successfully generated (v. 9.0.4 - insiders), but some time between then and now, this no longer works. I receive an error along the lines of:
I just want to know what has changed about the ability to use
nav_item.meta.*
- and if there is now a substitute template I should be using instead.Thank you for your time.
Snippet of
tabs-item.html
override working in 9.0.4-insiders:Beta Was this translation helpful? Give feedback.
All reactions