Skip to content

Commit 89af0ef

Browse files
author
Joseph Damiba
committed
merge
2 parents ecc610f + 89dc07e commit 89af0ef

File tree

12 files changed

+874
-239
lines changed

12 files changed

+874
-239
lines changed

_includes/layouts/grid-item.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<li style="background-image: url({{site.imgurl}}{{page.thumbnail}});" class="--grid-item">
2+
<a href="{% if page.permalink contains 'http' %}{{page.permalink}}{% else %}/{{page.permalink}}{% endif %}">
3+
<div class="--item-meta"><span>{{page.name}}</span></div>
4+
<div class="--item-image">
5+
<span>View Tutorial</span>
6+
<img src="{{site.imgurl}}{{page.thumbnail}}" alt="{{page.name}}">
7+
</div>
8+
</a>
9+
10+
</li>

_includes/posts/documentation_eg.html

Lines changed: 23 additions & 228 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)