diff --git a/web/content/docs/_index.pandoc b/web/content/docs/_index.pandoc
index 8c286539084e7e80affc58c955543ee22ec8fc77..0759efa03782669c574c9493742e4b3e9507a3b0 100644
--- a/web/content/docs/_index.pandoc
+++ b/web/content/docs/_index.pandoc
@@ -15,7 +15,7 @@ icon = "fal fa-laptop-code"
 
 [[sections]]
 name = "Benchmarks"
-url = "/docs/benchmarks/elliptic/groundwater-flow-dirichlet/"
+url = "/docs/benchmarks/elliptic/elliptic-dirichlet/"
 text = "Basic benchmarks are explained and input files are provided to get you started in using OGS."
 icon = "fal fa-rabbit-fast"
 
diff --git a/web/layouts/partials/components/news.html b/web/layouts/partials/components/news.html
index 5a61687e5dcad9992e9a1013372ad56bedd5969d..48d5595780bec5f1a26355ec75c686f62afcdb4d 100644
--- a/web/layouts/partials/components/news.html
+++ b/web/layouts/partials/components/news.html
@@ -27,8 +27,8 @@
 
 {{ define "latest-pages" }}
 <ul>
-{{ $pages := .Pages.ByLastmod.Reverse }}
-{{ range first 8 (where .Pages "CurrentSection.RelPermalink" "/docs/benchmarks/").ByLastmod.Reverse }}
+
+{{ range first 8 (where .Site.RegularPages "CurrentSection.RelPermalink" "/docs/benchmarks/").ByLastmod.Reverse }}
   <li>
     <!-- Two weeks -->
     <a href="{{ .Permalink }}">