Fix: effectively show contact:website in title icons

This commit is contained in:
Pieter Vander Vennet 2024-06-14 01:02:45 +02:00
parent 48b35f5616
commit 0027299a3e

View file

@ -201,7 +201,7 @@
},
{
"#": "ignore-image-in-then",
"if": "context:website~*",
"if": "contact:website~*",
"then": "<a href='{contact:website}' target='_blank' rel='noopener'><img textmode='🌐' alt='website' src='./assets/layers/icons/website.svg'/></a>"
}
]