Created
May 3, 2017 15:45
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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