reprogl
1{{define "social-icons"}}
2<a href="{{author_data "github"}}">
3<i class="icon">
4<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img"
5aria-label="Github"
6width="32" height="32">
7<use xlink:href="#icon-github"></use>
8</svg>
9</i>
10</a>
11<a href="{{author_data "gitverse"}}">
12<i class="icon icon-gitverse">
13<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41" role="img"
14aria-label="GitVerse"
15fill="none"
16width="32" height="32">
17<use xlink:href="#icon-gitverse"></use>
18</svg>
19</i>
20</a>
21<a href="{{author_data "telegram"}}">
22<i class="icon icon-telegram">
23<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512" role="img"
24aria-label="Telegram channel"
25width="31" height="32">
26<use xlink:href="#icon-telegram"></use>
27</svg>
28</i>
29</a>
30<a rel="me" href="{{author_data "mastodon"}}">
31<i class="icon icon-mastodon">
32<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 352 384" role="img"
33aria-label="Mastodon"
34width="32" height="32">
35<use xlink:href="#icon-mastodon"></use>
36</svg>
37</i>
38</a>
39<a href="{{abs_path "feed-rss"}}">
40<i class="icon icon-rss">
41<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792" role="img"
42aria-label="RSS feed"
43width="32" height="32">
44<use xlink:href="#icon-rss"></use>
45</svg>
46</i>
47</a>
48{{end}}
49