Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Parameters in the root page cause a 404
· 9 years ago
Anyone dealing with parameters on the / (root) page in a multilang site? Thanks
-
Parameters in the root page cause a 404
· 9 years ago
Thanks Flavio, I just seen that if I fetch localhost/grav/en/?foo=bar instead of localhost/grav/en?foo=bar, I have a 200 and the query parameter is found. Thanks
-
Parameters in the root page cause a 404
· 9 years ago
Seems to be working fine to me. I tried on a multilang site. Anyone else can replicate it?
-
Parameters in the root page cause a 404
· 9 years ago
Hi, I was wondering why the root page, when fetched with parameters returns a 404: http://localhost/grav/en?foo=bar > 404 http://localhost/grav/en/my-page?foo=bar > 200 I've tested with the la
-
Is it possible to access account data from twig variables?
· 9 years ago
You can build a little plugin that provides the data you need by looking up the author, providing something like {{ authors[page.header.author_name].bio }} The best I think is to store that info in si
-
Is it possible to access account data from twig variables?
· 9 years ago
I'm in the process of creating a multi-author blog and was hoping to include author data that could be entered by each individual. Presumably, the best place to store data like that would be inside th
-
Can I include other children in blog?
· 9 years ago
Aand a way to edit the sidebar. I simply can not edit the sidebar or control the contents of the sidebar whatsoever
-
Can I include other children in blog?
· 9 years ago
Are you asking for a way to show a particular post in both News and Blog? I want to know of a way to do the same,
-
Can I include other children in blog?
· 9 years ago
I'm using antimatter, and my home page is 'News', but I also have a section named 'Blog'. Id like see both News and Blog inserted into the home page. I tried to add @self.items, @blog.items to the blo
-
Stack-page - include a bunch of blocks with content from data.yaml file
· 9 years ago
@jpgiago kind of but I will have multiple .yaml files (each file = different page/category) so not sure can I do that with this plugin.