Files
liquid/_posts/objects/linklist.md
2014-07-23 11:17:11 -04:00

1.1 KiB

layout, title, nav
layout title nav
default linklist
group
Liquid Variables

linklist

The linklist object has the following attributes:

{% table_of_contents %}

{% anchor_link "linklist.handle", "linklist-handle" %}

Returns the handle of the linklist.

{% anchor_link "linklist.id", "linklist-id" %}

Returns the id of the linklist.

{% anchor_link "linklist.links", "linklist-links" %}

Returns an array of links in the linklist.

Input

{% highlight html %}{% raw %} {% for link in linklists.main-menu.links %} {{ link.title }} {% endfor %} {% endraw %}{% endhighlight %}

Output

{% highlight html %}{% raw %} Home Catalog Blog About Us {% endraw %}{% endhighlight %}

{% anchor_link "linklist.title", "linklist-title" %}

Returns the title of the linklist.