From d50f768c31e9684c063f758e6e5c45a13d24203f Mon Sep 17 00:00:00 2001 From: Andreas Amsler Date: Thu, 5 Feb 2026 11:59:32 +0100 Subject: [PATCH] Enhance subscription and changelog information --- src/theme/BlogLayout/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme/BlogLayout/index.js b/src/theme/BlogLayout/index.js index cffd4b10..3f97bfbb 100644 --- a/src/theme/BlogLayout/index.js +++ b/src/theme/BlogLayout/index.js @@ -16,8 +16,8 @@ export default function BlogLayout(props) { 'col--7': hasSidebar, 'col--9 col--offset-1': !hasSidebar, })}> -

Subscribe to the RSS feed to stay up-to-date about upcoming and released changes of our Open Data service.

-

For upcoming changes and the changelog of the Numerical weather forecasting models please refer to here.

+

Subscribe to the RSS feed to stay up-to-date about upcoming and released changes of our Open Data service.

+

For upcoming changes and the changelog of the Numerical weather forecasting model ICON please refer to here.

{children} {toc &&
{toc}
}