Fix: only show website icon if a website is known
This commit is contained in:
parent
93adfd3da5
commit
46244b8345
1 changed files with 2 additions and 1 deletions
|
@ -82,7 +82,8 @@
|
|||
"labels": [
|
||||
"defaults"
|
||||
],
|
||||
"render": "<a href='{website}' target='_blank'><img textmode='\uD83C\uDF10' alt='website' src='./assets/layers/icons/website.svg'/></a>"
|
||||
"render": "<a href='{website}' target='_blank'><img textmode='\uD83C\uDF10' alt='website' src='./assets/layers/icons/website.svg'/></a>",
|
||||
"condition": "website~*"
|
||||
},
|
||||
{
|
||||
"id": "smokingicon",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue