-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsocial.html
More file actions
4 lines (4 loc) · 676 Bytes
/
Copy pathsocial.html
File metadata and controls
4 lines (4 loc) · 676 Bytes
1
2
3
4
<ul class="social-media-list">
{%- if site.github_url -%}<li><a href="{{ site.github_url | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">GitHub</span></a></li>{%- endif -%}
{%- if site.codeberg_url -%}<li><a href="{{ site.codeberg_url | escape }}"><svg class="svg-icon" viewBox="0 0 24 24"><path fill="#2185D0" d="M12 1A11 11 0 0 0 1 12a11 11 0 0 0 1.7 6.4L12 6l9.3 12.4A11 11 0 0 0 23 12 11 11 0 0 0 12 1Z"/><path fill="#2185D0" opacity="0.7" d="M21.3 18.4 12 6l4.4 16.8a11 11 0 0 0 4.9-4.4Z"/></svg> <span class="username">Codeberg</span></a></li>{%- endif -%}
</ul>