Skip to content

Commit 30824c0

Browse files
committed
updated
1 parent 7c81f70 commit 30824c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ function post()
1313
$this->taskWriteToFile("_posts/$date-$file.markdown")
1414
->line('---')
1515
->line('layout: post')
16-
->line("title: $title")
16+
->line("title: \"$title\"")
1717
->line("date: $date 01:03:50")
1818
->line("---\n")
1919
->run();

_posts/2014-02-13-codeception-1.8.3--laravel-and-yii2-db-actions.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: Codeception 1.8.3: Laravel and Yii2 DB actions
3+
title: "Codeception 1.8.3: Laravel and Yii2 DB actions"
44
date: 2014-02-13 01:03:50
55
---
66

0 commit comments

Comments
 (0)