diff --git a/themes/beautifulhugo/layouts/partials/nav.html b/themes/beautifulhugo/layouts/partials/nav.html
index 7955d8157930a85ce6591906c90fb409032a2e77..86f99c0eeb94b3909eb0c468b74fc7df641fe658 100644
--- a/themes/beautifulhugo/layouts/partials/nav.html
+++ b/themes/beautifulhugo/layouts/partials/nav.html
@@ -53,7 +53,7 @@
         {{ end }}
 
         <li>
-          <form action="{{ "search" | absURL }}">
+          <form action="{{ "search/" | absURL }}">
             <input id="search-query" name="s" placeholder="Search Apertis"/>
           </form>
         </li>