mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-03-04 00:29:22 +00:00
Allows creating ads within Discourse admin at Plugins > House Ads. Write the ads in html and style them with CSS in themes.
4 lines
38 B
Handlebars
4 lines
38 B
Handlebars
{{#if showAd}}
|
|
{{{adHtml}}}
|
|
{{/if}}
|