-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtag.lens
54 lines (32 loc) · 1.11 KB
/
tag.lens
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<koken:include file="inc/header.html" />
<koken:load>
<koken:head>
<meta property="og:site_name" content="{{ site.title }}" />
<meta property="og:description" content="{{ site.description strip_html='true' }}" />
<meta property="og:title" content="{{ labels.timeline.plural }}" />
<meta property="og:type" content="blog" />
<meta property="og:url" content="{{ location.site_url }}{{ location.here }}" />
</koken:head>
</koken:load>
<!-- grid -->
<koken:load infinite="true">
<div id="kpgrid">
<div id="kpgrid_wrap">
<div id="kpgrid_content" class="{{ settings.spin_style }} spin_{{ settings.show_content_load_spin }}">
<koken:loop>
<koken:event>
<koken:include file="inc/event_albums.html" />
<koken:include file="inc/event_content.html" />
</koken:event>
</koken:loop>
</div>
</div>
</div>
<koken:keyboard_scroll element=".pillar .kpgriditem" />
<koken:include file="inc/pillar_regale.html" />
<koken:else>
<div style="padding: 0 20px;">
{{ language.no_items_were_found }}
</div>
</koken:load>
<koken:include file="inc/footer.html" />