spee.ch/views/partials/memeFodderResults.handlebars

11 lines
434 B
Handlebars
Raw Normal View History

2017-06-23 06:43:53 +02:00
<div class="stop-float" id="publish">
<h2>Recent Meme Fodder</h2>
<div class="row">
2017-06-23 06:48:21 +02:00
<p>Below are the free, public images published to <a href="lbry://meme-fodder">lbry://meme-fodder</a>. Want to put a different image on the chopping block? Go publish it!</p>
2017-06-23 06:43:53 +02:00
</div>
<div class="row">
{{#each claims}}
<img class="meme-fodder-img" src="/{{this.name}}/{{this.claim_id}}" onclick="newCanvas(this)"/>
{{/each}}
2017-06-20 22:07:49 +02:00
</div>
</div>