lotus/_src/_includes/partials/socials.vento

24 lines
No EOL
446 B
Text

---
socials:
- name: Twitter
url: https://twitter.com/fangmrks
- name: Bluesky
url: https://pogcha.mp
- name: Mastodon
url: https://lio.to/mastodon
- name: Forge
url: https://git.lio.cat/l
- name: Github
url: https://github.com/fangmarks
---
{{for social of socials}}
<a href="{{social.url}}" target="_blank" class="social-icon">
{{social.name}}
</a>
{{/for}}
{{# {{> console.log(socials) }} #}}