Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Insert icon into list

Started by Muut Archive 11 years ago · 2 replies · 466 views
11 years ago
TWIG
{% for top_level_page in top_level_pages %}
  <a href="{{ top_level_page.url }}">{{ top_level_page.title }}</a>
  {% if top_level_page.isLast() == false %}
    <i class="fa fa-arrow-right"></i>
  {% endif %
{% endfor %}

what is wrong with that piece of code?

I want to add an icon between each pair of links. and NOT to the end...

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 2289 9 years ago
Archive · by Muut Archive, 9 years ago
2 1504 9 years ago
Archive · by Muut Archive, 9 years ago
2 4754 9 years ago
Archive · by Muut Archive, 9 years ago
1 3570 9 years ago
Archive · by Muut Archive, 9 years ago
3 1627 9 years ago