Add home link in docs. [ci skip]

This commit is contained in:
Delapouite
2013-11-27 10:12:17 +01:00
parent 42e58fb73a
commit 5a75d8e788

View File

@@ -24,7 +24,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $filePath,
'title' => 'Lo-Dash <span>v' . $version . '</span>',
'title' => '<a href="http://lodash.com">Lo-Dash</a> <span>v' . $version . '</span>',
'toc' => 'categories',
'url' => 'https://github.com/lodash/lodash/blob/master/lodash.js'
));