diff --git a/style/mu/base.dtx b/style/mu/base.dtx
index 264279b5b4b68b7aec18878c9ad3a4831fa57dca..5f433c21f0b33470dd79600bf65bcb0ac4f2cb53 100644
--- a/style/mu/base.dtx
+++ b/style/mu/base.dtx
@@ -1038,15 +1038,16 @@
 % \end{macro}\begin{macro}{\thesis@blocks@keywords}
 % The |\thesis@blocks@keywords| macro typesets the
 % keywords.
+% \changes{v1.0.0}{2021/03/22}{Redefined keywords, keywordsEn
+%   macros so they by default start on the same page as the
+%   the previous element and are in the lower part of the page.
+%   [TV]}
 % \begin{macrocode}
 \def\thesis@blocks@keywords{%
   \begin{alwayssingle}%
-    % Start the new chapter without clearing the left page.
-    \clearpage
-    {\let\thesis@blocks@clear\relax
-    \chapter*{\thesis@@{keywordsTitle}}%
-    \noindent\thesis@TeXkeywords}%
-    \par\vfil\null
+    {\let\thesis@blocks@clear\relax%
+    \chapter*{\vspace*{\fill}\thesis@@{keywordsTitle}}}%
+    \leavevmode\thesis@keywords  
   \end{alwayssingle}}
 %    \end{macrocode}
 % \end{macro}\begin{macro}{\thesis@blocks@keywordsEn}
@@ -1061,12 +1062,9 @@
   \ifthesis@english\else
     {\thesis@selectLocale{english}%
     \begin{alwayssingle}%
-      % Start the new chapter without clearing the left page.
-      \clearpage
       {\let\thesis@blocks@clear\relax%
-      \chapter*{\thesis@english@keywordsTitle}}%
-      \noindent\thesis@TeXkeywordsEn
-      \par\vfil\null
+      \chapter*{\vspace*{\fill}\thesis@english@keywordsTitle}}%
+      \leavevmode\thesis@keywords
     \end{alwayssingle}}%
   \fi}
 %    \end{macrocode}