forked from vector-of-bool/vector-of-bool.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (24 loc) · 1 KB
/
index.html
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
---
layout: page-noheader
digits: [1,2,3,4,5,6,7,8,9]
---
<h2>Recent Posts</h2>
<div class="post-list">
{% for post in site.posts %}
<a class="post-link" href="{{ post.url | prepent: site.baseurl }}"
style="background-color: #{{site.digits | sample:6}}">
<div class="post-link__title">{{post.title | escape}}</div>
<div class="post-link__date">{{post.date | date_to_string}}</div>
</a>
{% endfor %}
</div>
<platinum-sw-register auto-register clients-claim>
<platinum-sw-fetch path="network-test.html" handler="networkOnly"></platinum-sw-fetch>
<platinum-sw-fetch path="/" handler="networkOnly"></platinum-sw-fetch>
<platinum-sw-fetch path="/20../.*" handler="fastest"></platinum-sw-fetch>
<platinum-sw-cache default-cache-strategy="networkFirst"></platinum-sw-cache>
</platinum-sw-register>
<p>
This site is still under construction. Watch this space for something exciting!
</p>
<!--<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>-->