in routes.yaml
if i want to send an another parameter like
routes:
collections:
/:
permalink: /{slug}/{lang}
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
where i can receive this parameter.
Thanks
in routes.yaml
if i want to send an another parameter like
routes:
collections:
/:
permalink: /{slug}/{lang}
template: index
taxonomies:
tag: /tag/{slug}/
author: /author/{slug}/
where i can receive this parameter.
Thanks
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.