Skip to content

Instantly share code, notes, and snippets.

@milank-s
Created January 3, 2017 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save milank-s/eb7901ca5707caedc808387ca23c9ee2 to your computer and use it in GitHub Desktop.
Save milank-s/eb7901ca5707caedc808387ca23c9ee2 to your computer and use it in GitHub Desktop.
<p class="category col two"><em>@title</em></p>
<ul class="project-list col seven">
foreach $children do
<li>
<div class="thumbnail col two">
<img src="@thumb" alt=""></a>
</div>
<div class="summary col two">
<p><a href="@url">@title</a></p>
<p><em>@date</em></p>
<p><em class="background">&ndash; @keywords</em></p>
</div>
</li>
endforeach
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment