How to insert HTML just before Suggested Topics?

Hi

Do you know how to insert static HTML just before Suggested Topics? (on a topic page)

Thanks

There is a plugin outlet
https://github.com/discourse/discourse/blob/master/app/assets/javascripts/discourse/templates/topic.hbs#L172

If you don’t want to build a plugin for it, go to Admin > Customize > CSS/HTML and put this in the </head> section

<script type='text/x-handlebars' data-template-name='/connectors/topic-above-suggested/additional-content'>
Test
</script>
6 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.