edit copy

This commit is contained in:
Max Böck 2019-04-14 20:46:48 +02:00
parent 446ea15e67
commit be30276f02

View file

@ -18,6 +18,8 @@ The webring admins will then look at your site and handle your request.
## Add the badge
Once you've joined the ring, copy this code snippet into your site:
```html
<webring-badge>
<p>Member of the <a href="{{ meta.url }}">{{ meta.title }}</a> webring</p>
@ -28,6 +30,8 @@ The webring admins will then look at your site and handle your request.
<script async src="{{ meta.url }}/embed.js" charset="utf-8"></script>
```
It will render this badge that links to the other members:
{% include 'snippet.njk' %}
## Want to host your own webring?