File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 " />
Original file line number Diff line number Diff line change 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 %}
You can’t perform that action at this time.
0 commit comments