Skip to content

Commit

Permalink
link to category filtered search
Browse files Browse the repository at this point in the history
  • Loading branch information
tschortsch committed Aug 10, 2017
1 parent f691195 commit 66cad61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/liip/repaircafe/components/eventlist/default.htm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ <h3 class="h5"><a href="{{ 'cafe'|page({ slug: event.cafe.slug }) }}">{{ event.c
{% endif %}
<ul class="list-unstyled">
{% for category in event.categories %}
<li>{{ category.name }}</li>
{# find better solution for link creation #}
<li><a href="{{ 'cafes'|page ~ '?category=' ~ category.slug }}">{{ category.name }}</a></li>
{% endfor %}
</ul>
</div>
Expand Down

0 comments on commit 66cad61

Please sign in to comment.