Skip to content

Commit

Permalink
Merge pull request #89 from curbengh/fix-format
Browse files Browse the repository at this point in the history
fix: readme codeblock
  • Loading branch information
curbengh committed Sep 15, 2019
2 parents cc5faf2 + 1fdca37 commit 33e82dd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,11 +342,13 @@ relative_link: true
url_for('/css/style.css')
// ../../css/style.css

// Override option
// you could also enable it to output a relative link,
// even when `relative_link` is disabled
/* Override option
* you could also enable it to output a relative link,
* even when `relative_link` is disabled and vice versa.
*/
url_for('/css/style.css', {relative: false})
// /css/style.css
```

## bind(hexo)

Expand Down

0 comments on commit 33e82dd

Please sign in to comment.