mirror of
https://github.com/maxboeck/webring
synced 2024-11-29 06:30:35 +00:00
edit copy
This commit is contained in:
parent
446ea15e67
commit
be30276f02
1 changed files with 4 additions and 0 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue