Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Insert icon into list

Started by Muut Archive 10 years ago · 2 replies · 410 views
10 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 1359 9 years ago
Archive · by Muut Archive, 9 years ago
2 936 9 years ago
Archive · by Muut Archive, 9 years ago
2 4066 9 years ago
Archive · by Muut Archive, 9 years ago
1 2957 9 years ago
Archive · by Muut Archive, 9 years ago
3 1121 9 years ago