added explicit yaml separator, fixed amber compilation sequence

git-svn-id: file:///srv/svn/repo/aya/trunk@35 cec141ff-132a-4243-88a5-ce187bd62f94
This commit is contained in:
zaitsev.serge
2015-09-02 17:35:26 +00:00
parent 37ae350571
commit d28d190eec
6 changed files with 44 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
<html>
<head>
<title>My blog</title>
<link href="styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p>Here goes list of posts</p>
<ul>
<li>
<a href="/posts/hello.html">First post</a>
</li>
<li>
<a href="/posts/update.html">Second post</a>
</li>
</ul>
</body>
</html>

View File

@@ -1,5 +1,6 @@
title: About myself
date: 28-08-2015
---
# {{title}}

View File

@@ -1,5 +1,6 @@
title: First post
date: 28-08-2015
---
# {{title}}

View File

@@ -1,5 +1,6 @@
title: Second post
date: 29-08-2015
---
# {{title}}