Skip to content

Instantly share code, notes, and snippets.

@twobob
Created May 3, 2017 15:45
Show Gist options
  • Save twobob/c982c997586291753f0ceeb34444515d to your computer and use it in GitHub Desktop.
Save twobob/c982c997586291753f0ceeb34444515d to your computer and use it in GitHub Desktop.
a simple SINGLE image/links template for mustace, use with the app.js for elasticlunr.js - supports proper comma placement
<div class="img_container">
<img class="resizable_img NOTelevate" style="cursor:help" src="./img/thumbs/{{{thumb}}}" width="480" height="480" title="{{{body}}}" alt="LOADING IMAGE, WAIT ONE MOMENT PLEASE" /></div><h2 style="padding-top: 5px; line-height:20px; margin-bottom:-10px"><strong>{{img}}</strong></h2>
<p style="min-height: 100px; line-height:15px;"><small>{{#each tags}}
{{{this}}}{{#unless @last}}, {{/unless}}
{{/each}}</small></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment