fix git url

This commit is contained in:
Freya Murphy 2024-10-20 16:49:56 -04:00
parent cec4fb7ede
commit e751b692c2
Signed by: freya
GPG key ID: 744AB800E383AE52

View file

@ -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;
}