Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Date format
· 10 years ago
También lo he aplicado al plugín de búsqueda, en la plantilla de resultados simplesearch_item.html.twig en themes/antimatter/templates/partials. Como se puede ver en esta página. --- html <span cla
-
Date format
· 10 years ago
Muchas gracias. Lo he puesto en español en templates/partials/blog_item.html.twig en mi blog. --- html <span class="list-blog-date"> {% set meses = ['Enero', 'Febrero' , 'Marzo', 'Abril', 'Mayo'
-
Date format
· 11 years ago
worked perfectly! I attach the translated version for the Italian readers. Thanks again! -``` <ul class="archives"> {% set mesi = ['Gennaio', 'Febbraio' , 'Marzo', 'Aprile', 'Maggio', 'Giugno',
-
Date format
· 11 years ago
@lucam you must edit archives.html.twig template in user/plugins/archives/template/partials folder. My code (not ideal, but working): ---php <ul class="archives"> {% set miesiace = ['Styczeń', '
-
Date format
· 11 years ago
the thing worked perfectly, I'm posting it here for the Italians interested: <span class="list-blog-date"> {% set mesi = ['Gennaio', 'Febbraio' , 'Marzo', 'Aprile', 'Maggio', 'Giug
-
Date format
· 11 years ago
thanks to both, I'll try the solution Kuba Jarosz proposed, with names in italian (:D). I think we are missing a serious effort on internalization of grav
-
Date format
· 11 years ago
Try this code (month names in Polish): ---php <span class="list-blog-date"> {% set miesiace = ['Styczeń', 'Luty' , ' Marzec' , 'Kwiecień', 'Maj', 'Czerwiec', 'Lipiec', 'Sierpeiń', 'Wrzesień', 'P
-
Date format
· 11 years ago
The dates are formatted using the standard PHP date formatting syntax. http://php.net/manual/en/function.date.php You would just need to edit that syntax in the Twig template that renders the partic
-
Date format
· 11 years ago
Hi can anybody suggest me a quick way to display the blog dates in a language other than english? I am using the antimatter blog skeleton. Thanks in advance. Luca
-
Is this forum included in Grav?
· 10 years ago
I've not really seen anything else that comes close to the ease of integration as Muut. There are other options for forums of course, but usually they require a database and manual integration of use