Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Php and yaml files in copied theme
· 10 years ago
Makes sense but what impact might this have?
-
Php and yaml files in copied theme
· 10 years ago
The yaml and php files must have the same name as the folder or they are not recognized.
-
Php and yaml files in copied theme
· 10 years ago
If I create a new theme, which is copied from another (learn2 in this case) and change the name of the theme folder to 'mytheme' but forget to rename learn2.php and learn2.yaml to mytheme.php and myth
-
Count of Taxonomy
· 10 years ago
I was able to figure this out. For the newbies out these who might want to reuse this code: {% set taxlist = taxonomylist.get() %} {% if taxlist %} <div class="tags"> {% for tax, value in
-
Count of Taxonomy
· 10 years ago
I would like to get a total count of instances of a specific taxonomy. Below is my current code. {% set taxlist = taxonomylist.get() %} {% if taxlist %} <div class="tags"> {% for tax,valu
-
Grav and w3 validator
· 10 years ago
The solution was to enable gzip in Configuration
-
Grav and w3 validator
· 10 years ago
is it safe to remove this line "header('Content-Encoding: none');" from system/src/Grav/Common/Grav.php?
-
Grav and w3 validator
· 10 years ago
Theme is antimatter, I did not modify Grav, just installed and tried to check
-
Grav and w3 validator
· 10 years ago
I checked 2 different Grav sites and I didn't get that error, so it's not something Grav-specific but might be related to your theme. Check https://www.google.com/search?q=Don%27t+know+how+to+decode+C
-
Grav and w3 validator
· 10 years ago
When I try to validate my page I get this error: Don't know how to decode Content-Encoding 'none'