Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Images on sub-pages not working
· 11 years ago
Thanks, this also worked fine! :-) GRAV rocks, I need some practice, though I keep on learning!
-
Images on sub-pages not working
· 11 years ago
Generally we put the favicon in the theme itself as you need to have the reference directly in the theme anyway. <link rel="icon" type="image/png" href="{{ url('theme://images/favicon.png') }}" /
-
Images on sub-pages not working
· 11 years ago
I see. And where, in this case would be the right folder for the favicon? /grav or webdirectory-root?
-
Images on sub-pages not working
· 11 years ago
No Grav's /images/ folder is for cached folders only. You shouldn't put anything in there yourself. The rule of thumb is that any thing the user adds should be in the /user/ folder only.
-
Images on sub-pages not working
· 11 years ago
Thank you very much, worked fine! I thought, all images should be stored in the /grav/images/ folder ...
-
Images on sub-pages not working
· 11 years ago
Where did you put the demo.png image? Generally images are put in the same folder as the .md file. This associates them with the page. For example if you have: pages/01.home - default.md - demo.p
-
Images on sub-pages not working
· 11 years ago
Hi everybody! I just created a page with the following structure: 01.home -> 01.test When I now place a image in the 01.home/default.md with <img src=images/demo.png> it is working. Using th
-
Blog Posts Homepage
· 10 years ago
For the second part, similar to the grav blog page in layout: https://getgrav.org/blog
-
Blog Posts Homepage
· 10 years ago
Hey Guys, I'm quite new to Grav and I'm currently digging through the tutorials. Website: thestartup.guide I've got three sections on the site that will show certain posts (pretty much categories).
-
Checkboxes field type keeps triggering Validation error message
· 10 years ago
Not sure of the exact reason why this worked (would like to know if there's a better way), but I did get it to save by setting use: keys in the blueprint config.