Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Where is the Skeleton for the Bootstrap Theme?
· 10 years ago
I loaded the Bootstrap theme locally but it didn't look quite like the Boostrap theme demo so I looked at the available repos and skeletons and couldn't find the code or download for the bootstrap dem
-
Best Practice on Changing a Theme
· 10 years ago
found it again in the Grav manuan, here is a link to Theme Inheritance
-
Best Practice on Changing a Theme
· 10 years ago
What is the best practice for changing theme template files? In WordPress they have the child themes workflow to override pages in the original theme and not loose changes when the theme is updated.
-
Twig redaction
· 10 years ago
☆ Thank you very much ♪
-
Twig redaction
· 10 years ago
Use {% include 'partials/background-' ~ page.header.background ~ '-svg.html.twig' %}
-
Twig redaction
· 10 years ago
Hello grav I wondered if someone could not tell how to make the following code pretty ? (less redondant...) Thanks in advance {% if page.header.background == 'honeycomb' %},{% include 'partials/backgr
-
Use navbar from a different theme
· 10 years ago
That's cool I can work out a way to do it. Was just checking if there was a 'quick win' first
-
Use navbar from a different theme
· 10 years ago
Of course anything is possible, but this is going to require some HTML/CSS skills. It really is not a Grav-specific question, it's merely a web dev question. If that level of CSS work is beyond you,
-
Use navbar from a different theme
· 10 years ago
Is there a simple way to incorporate the navbar from a different theme within your site? For example I would like to try incorporating the header nav from antimatter into my learn2-based theme, so tha
-
How do I add multiple entries with the help of one file
· 10 years ago
Thank you. This will make my work a lot easier.