prdurand

Results 1 issues of prdurand

in https://docs.bolt.cm/2.2/howto/building-multilingual-websites#making-templates-and-fetching-content we can find this : {% if app.canonicalpath %} {% set languageslug = app.canonicalpath|split('/')[1] %} {% else %} {% set languageslug = app.paths.current|split('/')[1] %} {% endif %} but...