Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Cant Navigate to Subpage of Blog post
· 11 years ago
With uncommenting the htaccess file you mean you renamed it to .htaccess?
-
Cant Navigate to Subpage of Blog post
· 11 years ago
Hi, Please i installed grav using the 'notepad skeleton' on apache in ubuntu the page loads fine and i see the homepage but when i try to navigate to the blog post of other pages in the skeleton i get
-
Twig embed vs extends
· 11 years ago
Ah that's a good one! I'll keep that in mind Thank you. :)
-
Twig embed vs extends
· 11 years ago
Easiest way to think about it is to use extends until you run into a situation where you can't. Then you are probably going to need embed :)
-
Twig embed vs extends
· 11 years ago
Mhh… all right! If I understood correctly I would use extends to include the content/skeleton of my main template base.html.twig into the child template blog.html.twig. If I need to include another ch
-
Twig embed vs extends
· 11 years ago
I probably was using something before that required embed and then removed it or refactored it. embed is similar to extends but lets do more such as multiple levels of block extending.
-
Twig embed vs extends
· 11 years ago
I read this before and I get the basic Idea, but I still don't quite understand why embed is used on the item.html.twig :(
-
Twig embed vs extends
· 11 years ago
Best to read the official documentation: http://twig.sensiolabs.org/doc/tags/embed.html
-
Twig embed vs extends
· 11 years ago
I just had a look into the blog skeleton which uses antimatter theme. I noticed that some template files uses "extends" and other do use "embed". For example item.html.twig uses: {% embed 'partials/b
-
Creating Helper Function
· 11 years ago
this is the resulting website (as far as i did it) ... http://timomue.com Have a look at the bottom line, it uses the macro we have developed. Try refreshing the browser and focus on the text. It cha