lotus/_src/_includes/partials/socials.vento

9 lines
No EOL
169 B
Text

{{# <ul class="fancy-container"> #}}
<ul>
{{for social of socials}}
{{comp.Link({
name: social.name,
url: social.url,
})}}
{{/for}}
</ul>