create blog

This commit is contained in:
2014-09-01 22:10:41 -04:00
parent 7bea82447a
commit 8f17a25f6c
8 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
</body>
</html>

View File

@@ -0,0 +1,9 @@
<html>
<head>
<title>{{ page.title }}</title>
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic'>
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Amatic+SC:400,700'>
<link media="screen" rel="stylesheet" type="text/css" href="/css/style.css">
<link media="screen" rel="stylesheet" type="text/css" href="/css/blog.css">
</head>
<body>

View File

@@ -0,0 +1,4 @@
<div class="breadcrumb">
<a href='/'>site home</a> -
<a href='/blog'>blog home</a>
</div>