We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idea of parameters :
{% set links = [ { name: 'x', url: 'https://x.com/user' }, { name: 'instagram', url: 'https://instagram.com/user' }, { name: 'youtube', url: 'https://youtube.com/user' }, ] %}
It will output every social media icons in a link element with title, href, target, rel attributes.
title
href
target
rel
The text was updated successfully, but these errors were encountered:
An update for the API:
{% include '@ui/molecules/SocialIcons/SocialIcons.twig' with { x: 'https://x.com/user', instagram: 'https://instagram.com/user', youtube: 'https://youtube.com/user', } only %}
Keys are the icons' names and are reed programmatically.
What do you think about @titouanmathis ?
Sorry, something went wrong.
The API is good for me 👍
IconList
antoine4livre
No branches or pull requests
Idea of parameters :
It will output every social media icons in a link element with
title
,href
,target
,rel
attributes.The text was updated successfully, but these errors were encountered: