forked from gss/gss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (27 loc) · 786 Bytes
/
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
31
32
33
---
title: CSS polyfills from the future
layout: default
---
{% include home-intro.html %}
{% include home-demos.html %}
{% for post in site.categories.home %}
<section class="section top-section color-{{post.color}}" id="{{ post.uid }}" style="position: relative">
{% if post.title %}
<header>
<h1><a name="{{ post.uid }}">{{ post.title }}</a></h1>
<h2 class="subtitle">{{ post.subtitle }}</h2>
</header>
{% endif %}
<div class="content">
{{ post.content | markdownify }}
{% if post.include %}
{% include {{post.include}} %}
{% endif %}
</div>
</section>
{% if post.displayPromo %}
{% include grid-promo.html %}
{% endif %}
{% endfor %}
{% include home-video-gss.html %}
{% include made-with-love.html %}