forked from jekyller/jekyllplugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 683 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 683 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: default
title: Jekyll Themes
---
<div class="gallery">
{% for post in paginator.posts %}
<div class="item">
<a class="item-inner" href="{{ site.baseurl }}{{ post.url }}">
<div class="item-image"><img src="{{ site.baseurl }}/thumbnails/{{ post.thumbnail }}"></div>
<div class="item-name">{{ post.title }}</div>
</a>
</div>
{% endfor %}
</div>
<!-- Pager -->
{% include pagination.html %}
<div style="display:none;">
<center>
<a href="https://clustrmaps.com/site/19p5b" title="Visit tracker"><img src="//www.clustrmaps.com/map_v2.png?d=N51UNZM9nTB67-6VwGMT6qE5a1H9Gez2TDm35jQlcV4&cl=ffffff"></a>
</center>
</div>