Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Sidebar in "Striped" theme
· 10 years ago
Inherit the theme as per the docs. (This is optional, but best practice.) Edit templates/partials/sidebar.html.twig as you see fit.
-
Sidebar in "Striped" theme
· 10 years ago
I admit I'm kinda stumped. How does one change/split-up the sidebar in the Striped theme? I've been hunting through the package download, looking through YAML files, and config files and man, I must b
-
Adding multiple collections through blueprint?
· 10 years ago
I'm not sure form your question which bits you are looking to make dynamic?
-
Adding multiple collections through blueprint?
· 10 years ago
How would I make this dynamic with blueprints? https://learn.getgrav.org/content/collections#multiple-collections content: items: @self.children order: by: date dir: desc l
-
In a template, creating a collection for a list of other pages
· 10 years ago
It takes some digging to figure it all out. The page variable gives you access to the Page object for that page.
-
In a template, creating a collection for a list of other pages
· 10 years ago
Excellent! Exactly what I needed. It seems I went looking everywhere else except the first page. I am not yet sure what works in the API versus templates and how they all work together. I think tracin
-
In a template, creating a collection for a list of other pages
· 10 years ago
You're looking for page.find(ROUTE).children docs.
-
In a template, creating a collection for a list of other pages
· 10 years ago
I am looking at the user guide for theme variables and also the API for Pages I am not quite sure how to use this to get the children of a page I am not currently on For example, I am trying {% set ot
-
Resize image uploaded to page
· 10 years ago
Got it working! It was my own stupid fault! I had changed where the file uploads to in my blueprint and not moved the actual file. What an idiot!
-
Resize image uploaded to page
· 10 years ago
Hi bleutzinn Thanks for the suggestion but I have tried that and still nothing shows :(