Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Page-specific CSS (loads only on that page)
· 9 years ago
Woohoo I guess I'm doing it right then. So is asset pipeline is not applicable to this use-case then? Only for optimising themes etc?
-
Page-specific CSS (loads only on that page)
· 9 years ago
Best way to do this is with the shortcode-assets plugin. Just install it via GPM.
-
Page-specific CSS (loads only on that page)
· 9 years ago
Personally I am using shortcode core and shortcode assets plugins then just putting the page specific CSS file in the page folder and using the relevent shortcode in the page content to reference it.
-
Page-specific CSS (loads only on that page)
· 9 years ago
So as we all try to optimize for speed our sites, I have some pages that don't require me to load entire CSS file and I am making small, page-specific CSS assets built are on top of framework/grid. Ho
-
W3C Validation Space not allowed
· 9 years ago
Thank for your advice Ryan. Worked great! Thanks!
-
W3C Validation Space not allowed
· 9 years ago
In order to validate, the HTML would be <a href="/tag:MacBook%20pro" class="p-category"> You could try changing your tag to MacBook%20pro but I think that is going to look weird on your page. In
-
W3C Validation Space not allowed
· 9 years ago
Hi there, I try to optimize my website. For this reason I checked the W3C HTML Validator. But there is one error I do not get rid of: Illegal character in path segment: space is not allowed. This is m
-
CSRF, XSS and SQL Injection
· 9 years ago
Thank you!
-
CSRF, XSS and SQL Injection
· 9 years ago
I think i answered you on Twitter already but: 1) Grav is flat file, so no SQL injection worries 2) Grav uses CSRF tokens for form submissions (nonces) 3) Grav uses Twig templating which is much more
-
CSRF, XSS and SQL Injection
· 9 years ago
Does GRAV handle these types of malicious activities? I know SQL injection is only possible if MySQL is installed (which GRAV doesn't need); however, I might need it for contact forms to store data in