0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/templates/xkcd.mustache

7 lines
175 B
Text
Vendored

<h3><a href='{{link}}' target='_blank' rel='noopener'>{{title}}</a></h3>
{{#image}}
<div class="xkcd-image"><img src="{{image}}"/></div>
{{/image}}
<p>{{description}}</p>