Skip to content

Commit bd16990

Browse files
committed
blog added
1 parent 47e8eed commit bd16990

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="title" content="Codeception - BDD-style PHP testing framework" />
6-
<title> {% if page.title %} {{ page.title }} Collection of symfony framework tools - Symfohub: useful libs for symfony frameworks</title> {% endif %}
6+
<title> {% if page.title %} {{ page.title }}</title> {% endif %}
77
<link rel="shortcut icon" href="/images/favicon.png" />
88
<link href='http://fonts.googleapis.com/css?family=Philosopher&subset=latin' rel='stylesheet' type='text/css'>
99
<link rel="stylesheet" type="text/css" media="screen" href="/css/screen.css" />

blog.markdown

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
layout: page
3+
title: Codeception Blog
4+
---
5+
6+
# Blog
7+
8+
{% for post in site.posts %}
9+
10+
### [{{ first_post.title }}]({{ post.url }})
11+
12+
{{ post.content | truncate: 450 }}
13+
14+
[Read more]({{ post.url }})
15+
16+
{% endfor %}

0 commit comments

Comments
 (0)