diff --git a/index.php b/index.php index aa955c1..6084c97 100644 --- a/index.php +++ b/index.php @@ -66,7 +66,7 @@ function pillUrl(string $href): string { $cv_experience = array_map(function ($e) { return [ 'title' => $e['title'] ?? '', - 'org' => $e['organization'] ?? '', + 'org' => $e['company'] ?? '', 'date' => $e['date'] ?? '', 'desc' => $e['description'] ?? '', ];