create blog
This commit is contained in:
2
_includes/blog_footer.html
Normal file
2
_includes/blog_footer.html
Normal file
@@ -0,0 +1,2 @@
|
||||
</body>
|
||||
</html>
|
9
_includes/blog_header.html
Normal file
9
_includes/blog_header.html
Normal 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>
|
4
_includes/breadcrumb.html
Normal file
4
_includes/breadcrumb.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="breadcrumb">
|
||||
<a href='/'>site home</a> -
|
||||
<a href='/blog'>blog home</a>
|
||||
</div>
|
Reference in New Issue
Block a user