Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Does GRAV track date of post update/modification?
· 10 years ago
Hi, So we could write this to have the 10 latest updated pages within the site ? {% for child in pages.children.nonModular.order('modifiedDate', 'desc').slice(0, 10) %} <div class="medi
-
Does GRAV track date of post update/modification?
· 10 years ago
Grav does track modified_date. In fact it's the only date it really can track as that's the only date that is reliable across different OS Filesystems. The best approach is to manually set date: in
-
Does GRAV track date of post update/modification?
· 10 years ago
I would like to display to user when the post was updated - something like modified_date. This is different from publish_date which display when the post was first published. Does GRAV track when we l
-
Custom article field I can use and show on front-end?
· 10 years ago
@justshipit the default Grav page is defined in https://github.com/getgrav/grav/blob/develop/system/blueprints/pages/default.yaml
-
Custom article field I can use and show on front-end?
· 10 years ago
@paulmassendari thanks! What is the "default" yaml file you have in mind?
-
Custom article field I can use and show on front-end?
· 10 years ago
You can extend the default yaml and add your field. title: Special '@extends': type: default context: blueprints://pages form: fields: tabs: type: tabs active: 1 field
-
Custom article field I can use and show on front-end?
· 10 years ago
So right now in the admin panel, I can put title and content for the post. How can I add one more input field and use it for additional content (let it be a special note from the author)?
-
Nginx cant find my site
· 10 years ago
wit hthe default configuration I got "302 - permanently moved" for every file. I now switched from CentOS to Ubuntu Server and now it works. Thanks anyways. :)
-
Nginx cant find my site
· 10 years ago
It's kinda hard to debug these kinda things. I've installed with Nginx many times. I always use the default nginx configuration with minimal changes for paths etc. And it just works. The advanced
-
Nginx cant find my site
· 10 years ago
Do you get the same problem when using the sample nginx.conf? https://github.com/getgrav/grav/blob/develop/webserver-configs/nginx.conf