anemone/templates/shortcodes/webring.html

4 lines
382 B
HTML
Raw Normal View History

2023-07-25 04:05:11 +01:00
<span class="webring">
2024-02-29 03:22:04 +00:00
<a class="no-style" href={{prev}}><svg class="icons"><use href="{{ get_url(path='icons.svg#chevronLeft', trailing_slash=false) | safe }}"></use></svg></a>
2023-07-25 04:05:11 +01:00
<a href={{webring}}>{{webringName}}</a>
2024-02-29 03:22:04 +00:00
<a class="no-style" href={{next}}><svg class="icons"><use href="{{ get_url(path='icons.svg#chevronRight', trailing_slash=false) | safe }}"></use></svg></a></span>