Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Resizing of Title Logo
· 11 years ago
Your mixing Markdown syntax with Twig syntax. In the media section of the docs, there are tabs for both versions. Your need to do this: <a href=“{{ baseurl == ’' ? ‘/’ : baseurl }}”>{{ pages.f
-
Resizing of Title Logo
· 11 years ago
I have created a link to an image logo: '<a href="{{ base_url == '' ? '/' : base_url }}">{{ pages.find('/images').media['logo.png'].html }}</a>' When trying to apply any manipulations to t
-
Crikey error on Admin plugin upon login - found a fix
· 11 years ago
This issue keeps rearing its ugly head. I was out for a few hours, came home and tried it again and same error. Will post the the github any information I gather,.
-
Crikey error on Admin plugin upon login - found a fix
· 11 years ago
I did, I thought I would put it both places just in case.
-
Crikey error on Admin plugin upon login - found a fix
· 11 years ago
Please create an issue for this here: https://github.com/getgrav/grav/issues
-
Crikey error on Admin plugin upon login - found a fix
· 11 years ago
I am developing a Grav site and it has been working perfectly on my localhost and usually works well on my host (Wirenine). A few times now upon logging into the admin panel I would get an error that
-
How do I get an array of categories from taxonomies
· 11 years ago
Great when you work it out yourself though isn't it :) Most satisfying!
-
How do I get an array of categories from taxonomies
· 11 years ago
I figured it out. I missed the parameter set in the includes. {% if config.plugins.taxonomylist.enabled %} <div class="widget"> <h4>Categories</h4> {% include 'partials/cate
-
How do I get an array of categories from taxonomies
· 11 years ago
I have the following taxonomies set up in site.yaml taxonomies: [category,tag,month,author] For my blog page I want to have a list of all categories that are available. I see how you can find pages as
-
Multi-language meta files?
· 11 years ago
we have an open issue with some possible options covering this very question: https://github.com/getgrav/grav/issues/323