diff --git a/_layouts/publisher.html b/_layouts/publisher.html index 432bb12b..8de8b063 100644 --- a/_layouts/publisher.html +++ b/_layouts/publisher.html @@ -40,8 +40,11 @@ notitle: true <h3>Plugins</h3> <ul class="list-unstyled"> {% for plugin in filtered_plugins %} - <a href="{{ plugin.title }}"></a> - <li>{{ plugin.title }}</li> + <li> + <a href="{{ plugin.url | relative_url }}"> + {{ plugin.title }} + </a> + </li> {% endfor %} </ul> {% endif %} \ No newline at end of file