UNPKG

453 BHTMLView Raw
1---
2layout: default
3title: Plugins
4description: Curate a set of plugins that make the Service Worker function the way you want it to
5---
6
7{% for plugin in site.data.plugins %}
8 <div class="card">
9 <h3><a href="{{plugin.url}}">{{plugin.title}}</a></h3>
10 <p>
11 <strong>Maintainer:</strong>
12 <a href="{{plugin.maintainer.url}}">
13 {{plugin.maintainer.name}}
14 </a>
15 </p>
16 <p>{{plugin.description}}</p>
17 </div>
18{% endfor %}