Created
January 3, 2017 21:27
-
-
Save milank-s/eb7901ca5707caedc808387ca23c9ee2 to your computer and use it in GitHub Desktop.
This file contains 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
<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">– @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