Skip to content

Commit

Permalink
Merge branch 'site' of https://github.com/tommy351/hexo into site
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Dec 1, 2013
2 parents b8a8b0c + a1ac883 commit 588ea7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/docs/helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Inserts date in XML format. `date` can be unix time, ISO string, date object, or
Inserts formatted time. `date` can be unix time, ISO string, date object, or moment.js object. `format` is `time_format` setting by default.
``` js
<%- date(date, [format]) %>
<%- time(date, [format]) %>
```
**Examples:**
Expand Down Expand Up @@ -236,7 +236,7 @@ Inserts formatted date and time. `date` can be unix time, ISO string, date objec
[Moment.js] library.
### searh_form
### search_form
Inserts a Google search form.
Expand Down Expand Up @@ -435,4 +435,4 @@ Option | Description | Default
// 12,345/67
```
[color keywords]: http://www.w3.org/TR/css3-color/#svg-color
[color keywords]: http://www.w3.org/TR/css3-color/#svg-color

0 comments on commit 588ea7d

Please sign in to comment.