Is it possible to make a pinned post linkable instead of a static page?

Hello, I have problem with polish letters:

const pinned3 = document.querySelector(‘a[href*=“https://teodordobrzycki.writeas.com/artykuły”]’);
pinned3.href = ‘https://write.as/teodordobrzycki/tag:artykuły’;

this leads me to https://write.as/teodordobrzycki/tag:artykuly, which of course displays wrong. This is strange, as the rest of entire write.as page works with polish letters perfectly, I can add them to tags, titles, etc.

Is there a workaround?

Thank you in advance.

solved. changed “ł” to “%C5%82”.

1 Like

This worked for me and my /newsletter page very easily, got it up and running in about a minute. Non-techie Jas is pleased :slight_smile:

I had a follow-up question… the ‘newsletter’ button re-directs when it’s clicked on on my blog.

Is it possible for me to create a URL forward, so that when indiewriter.net/newsletter is typed in, it automatically sends folks to the desired page (this one)? At the moment, typing indiewriter.net/newsletter into the browser leads to a blank ‘newsletter’ blog post, rather than the desired link itself.