fix git url
This commit is contained in:
parent
cec4fb7ede
commit
e751b692c2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
foreach($projects as $project) {
|
||||
$meta = $project['meta'];
|
||||
$content = $project['content'];
|
||||
$link = lang('git_url') . '/' . $meta['repo'];
|
||||
$link = CONFIG['git_url'] . '/' . $meta['repo'];
|
||||
echo '<a href="' . $link . '"><h3>' . $meta['name'] . '</h3></a>';
|
||||
echo $content;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue