Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

HTML in author bio?

  • #752
    Avatar photo[anonymous]

    Hi,

    I’m wondering if there is a way to use html in the author bio. At the moment you get the literal html-tags in the output – they are not parsed. It would be nice to use links in the description.

    Is there a way to make this happen?

    Thanks

    #754
    Avatar photoBob

    Hi,

    You can enter an HTML tag e.g. `link` and modify the author.hbs , post.hbs  file ‎⁨(Documents ▸ ⁨Publii⁩ ▸ ⁨sites⁩ ▸ ⁨YOUR_SITE ▸ ⁨input⁩ ▸ ⁨themes⁩ ▸ ⁨YOUR_THEME) by adding one more bracket to {{description}} handlebar e.g. {{{description}}} .

    To preserve the custom code changed from being overwritten the next time your theme is updated, please make sure you have created override files, which are essentially copies of the existing theme files and are stored separately → https://getpublii.com/dev/theme-overrides/

    #764
    Avatar photo[anonymous]

    Awesome! Thank’s for your help.