Mercurial > yakumo_izuru > aya
comparison testdata/blog/index.amber @ 21:d577cff808bc draft
added simple blog-like structure with amber, gcss, markdown
author | zaitsev.serge |
---|---|
date | Sat, 29 Aug 2015 21:44:20 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
20:f8373c23a3ff | 21:d577cff808bc |
---|---|
1 html | |
2 head | |
3 title My blog | |
4 link[href="styles.css"][rel="stylesheet"][type="text/css"] | |
5 body | |
6 p Here goes list of posts | |
7 ul | |
8 li | |
9 a[href="/posts/hello.html"] First post | |
10 li | |
11 a[href="/posts/update.html"] Second post | |
12 |