Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dmitry Yakovlev Newcomer
@dimayakovlev · Joined 9 years ago · 4 posts · 0 topics · 0 reputation
Badges
Recent posts
-
How to correctly set language of the site?
· 8 years ago
By default no. If you build your own theme or change existed, you can use own language logic in twig templates.
-
How to correctly set language of the site?
· 8 years ago
I'm understand you. But you enable multi-language functionality with single language. 🙂 I think it can be better set language in theme settings.
-
How to correctly set language of the site?
· 8 years ago
Have you read documentation? https://learn.getgrav.org/content/multi-language You have enabled multi-language support and now your new pages has language id in their file names. Everything works as ex
-
How to add meta-tag with today's date?
· 9 years ago
Add this code into your template: <meta name="date" content="{{ now|date('r') }}">