annotate testdata/blog/.test/about.html @ 34:ed40ca93db1e draft

added explicit yaml separator, fixed amber compilation sequence
author zaitsev.serge
date Wed, 02 Sep 2015 17:35:26 +0000
parents d577cff808bc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
21
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
1 <html>
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
2 <head>
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
3 <title>About myself</title>
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
4 <link href="styles.css" rel="stylesheet" type="text/css" />
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
5 </head>
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
6 <body><h1>About myself</h1>
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
7
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
8 <p>Hi all. This is a brief description of who I am.</p>
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
9 </body>
d577cff808bc added simple blog-like structure with amber, gcss, markdown
zaitsev.serge
parents:
diff changeset
10 </html>