Unfollow links on footer

Hello,

How can we add unfollow link on footer?

I have that code in customized theme’s yaml:

footer_links:

- url: "https://kolayik.recruiterbox.com/"
  title: "İş Fırsatları"

Thanks all.

Simplest way would be to simply edit your theme directly to output the HTML with the syntax you require.

You mean nofollow? If it was a link in the page markdown, it was easy. But being something your theme adds to the footer, you need to edit the Twig of the theme as @rhukster said.