Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
How to get meta og:image in theme base html
· 5 years ago
How does your frontmatter look like?
-
How to get meta og:image in theme base html
· 5 years ago
Try {{ header.metadata['og:image'] }}
-
Page prevsibling nextsibling inverted
· 5 years ago
Collections themselves are treated normally. It's only the sibling search on frontend pages that's reversed. Instead of + $direction it subtracts - - $direction (the opposite of what's done in Flex Pa
-
Page prevsibling nextsibling inverted
· 5 years ago
Just had to deal with siblings and although @pamtbaau explained quite clearly and it makes sense purely for blogs (and similar list), but... It doesn't make sense at all in a collection per se. Please
-
Delete children page from the navbar
· 5 years ago
Did you try clearing the cache?
-
Redirect to first child
· 5 years ago
OK, searched in a code and found this line: https://github.com/getgrav/grav/blob/develop/system/src/Grav/Common/Page/Pages.php#L982 Apparently parent has to be non routable and that's fine, but why do
-
Redirect to first child
· 5 years ago
Hi, I was looking on how to redirect to first child and got from this topic to this changelog entry for v1.7.4 Fixed page redirect to the first visible child page (needs to be routable and published,
-
How to create a link in a collection of icon (mache theme)
· 5 years ago
OK, then I don't know 🙂 But I'm pretty sure I read somewhere on the 2 space requirement 🤔 Maybe imagined :D
-
How to create a link in a collection of icon (mache theme)
· 5 years ago
BTW, some say it's another issue. @lunekiroule, is this your handwritten frontmatter or was it generated by Admin? If it's a handwritten, it must be 2 space tabs instead of four. Like projets: -
-
How to create a link in a collection of icon (mache theme)
· 5 years ago
@pamtbaau: According to online linters, above yaml is valid I tried also, and it wrapped values in quotes on validating. And the error You cannot define a mapping item when in a sequence I bet it m