Learn

_spaced_url_list

Create a space-separated list of taxonomy links.

The _url_list shortcut will turn a taxonomy list into a space-separated list of linked values. This URLs will be contextualized to the folder currently being viewed.

Sample Usage

Input

categories:
  - technology
  - zoology

Tag

{{ categories_spaced_url_list }}

Displayed Result

Assuming we’re viewing this tag on a page within the blog folder:

<a href="/blog/categories/technology">technology</a> <a href="/blog/categories/zoology">zoology</a> 

This article was last updated on March 30th, 2016. Find an error? Please let us know!