Skip to content

Instantly share code, notes, and snippets.

@morrislaptop
Created January 18, 2016 21:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morrislaptop/0d87b880e9700018527e to your computer and use it in GitHub Desktop.
Save morrislaptop/0d87b880e9700018527e to your computer and use it in GitHub Desktop.
<li>
<a href="#">
<img src="{{image.image(280, 160, true)}}" width="280" height="160" />
<div class="caption">
<i class="pe-7s-{{helpers.randomize(['news-paper', 'global', 'science'])}} pe-3x"></i>
<div>
<strong>{{name.findName}}</strong><br />
<span>{{random.number(31)}} {{date.month}} {{random.number({min: 2000, max: 2015})}}</span>
</div>
</div>
</a>
<p>{{lorem.paragraph}}</p>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment