diff --git a/app/Services/Data/SortingService.php b/app/Services/Data/SortingService.php index fd701e3..aab8ba3 100644 --- a/app/Services/Data/SortingService.php +++ b/app/Services/Data/SortingService.php @@ -90,7 +90,7 @@ class SortingService if (isset($page['tags'])) { if (strpos($page['tags'], $tag) !== false) { array_push($tagged, [ - 'title' => $page['title'], + 'title' => urldecode($page['title']), 'slug' => $page['slug'], 'path' => $page['path'], 'feature' => $page['feature'], diff --git a/content/themes/fipamo-default-v2/archive.blade.php b/content/themes/fipamo-default-v2/archive.blade.php index 3892a6f..b5ba280 100644 --- a/content/themes/fipamo-default-v2/archive.blade.php +++ b/content/themes/fipamo-default-v2/archive.blade.php @@ -14,14 +14,17 @@