On Thu, 4 Nov 2021 at 23:18, Maciej Kusz <[email protected]> wrote: > > How to achieve the addition of a nofollow attribute for all links? Is there > any way to modify a theme files to achieve it or is there a need to create > some plugin for that purpose?
Templates nor any Nikola configuration won’t do. If your compiler of choice (i.e. reST/docutils, python-markdown, whatever) has some way of generating output with all links set to `nofollow`, you could use that. Otherwise, you’d need to write your own filter (usable with the FILTERS setting in conf.py). -- Chris Warrick <https://chriswarrick.com/> PGP: 5EAAEA16 -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CAMw%2Bj7KVBohozf8nOJqa%2B7pYZPYKRnPqN1nDZsNpOZW8-iHA%2Bg%40mail.gmail.com.
