jamestagal / edtechdesigner

A professional blog site of Benjamin Waller
https://edtechdesigner.io
0 stars 1 forks source link

Remove commas between Tags #26

Closed jamestagal closed 2 years ago

jamestagal commented 2 years ago

Hello @roobyz

I would like to remove the commas between tags as my styling of tag are in containers and they don't warrant having commas separating these tags however I can't find where they are? which files they are located in? I thought it might have been in the post_meta.svelet file in the following location:

</a>{#if i < tags.length - 1},{/if}</div>

But if i remove that comma here throws an error.

Could you please point me in the right direction. Regards, Ben

roobyz commented 2 years ago

You need to remove the if statement. The following should work:

</a></div>
jamestagal commented 2 years ago

Thank you @roobyz

Yes i see. :)