diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index c257507..927439a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,7 +93,7 @@ Now, you will be able to see a local preview of the site at this address in your
## Adding Content to the Site
-The ["What is the VO?" page](content/pages/about/what_is_vo.md) provides a simple example of a markdown file. Most pages that you would likely add or change will similarily be located under [content/pages](https://github.com/ivoa/ivoa-web/tree/main/content/pages) in the repository.
+The ["What is the VO?" page](content/about/what_is_vo.md) provides a simple example of a markdown file. Most pages that you would likely add or change will similarily be located under [content/pages](https://github.com/ivoa/ivoa-web/tree/main/content/pages) in the repository.
A typical markdown file will have a header followed by the page content, as in:
@@ -119,7 +119,7 @@ For example, here is the link in the index to the "What is the VO" webpage.
```
```
diff --git a/content/_index.md b/content/_index.md
index 1044a0d..ed69474 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -7,14 +7,14 @@ VO aspirations, a framework for discussing and sharing VO ideas and technology,
and body for promoting and publicising the VO.
To learn more about the IVOA as an organisation, read the
-"[About](/pages/about/)" section.
+"[About](about/)" section.
To learn more about the VO from a user's point of view, including how to find VO
-tools and services, read the "[Astronomers](/pages/astronomers/)" section. There
-is also a page about the [VO for students and the public](/pages/astronomers/vo_for_public/).
+tools and services, read the "[Astronomers](astronomers/)" section. There
+is also a page about the [VO for students and the public](astronomers/vo_for_public/).
To learn how to publish VO services, or write VO-compatible software, start by
-reading the "[Deployers/Developers](/deployers)" section.
+reading the "[Deployers/Developers](deployers)" section.
Internal IVOA discussions are publicly viewable in the "[Members](members)"
section.
\ No newline at end of file
diff --git a/content/pages/about/what_is_vo.md b/content/about/what_is_vo.md
similarity index 100%
rename from content/pages/about/what_is_vo.md
rename to content/about/what_is_vo.md
diff --git a/content/pages/astronomers/getting_started.md b/content/astronomers/getting_started.md
similarity index 100%
rename from content/pages/astronomers/getting_started.md
rename to content/astronomers/getting_started.md
diff --git a/content/posts/2022/ivoa_newsletter_march/index.md b/content/newsletter/202203_march_newsletter.md
similarity index 100%
rename from content/posts/2022/ivoa_newsletter_march/index.md
rename to content/newsletter/202203_march_newsletter.md
diff --git a/content/posts/2022/multi_messenger_astronomy/cover.png b/content/posts/2022/multi_messenger_astronomy/cover.png
index df4fcd4..63f9354 100644
Binary files a/content/posts/2022/multi_messenger_astronomy/cover.png and b/content/posts/2022/multi_messenger_astronomy/cover.png differ
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4a5a82d..39a4a9c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -5,9 +5,9 @@
diff --git a/layouts/partials/sitemap.html b/layouts/partials/sitemap.html
index df9f722..c8f1563 100644
--- a/layouts/partials/sitemap.html
+++ b/layouts/partials/sitemap.html
@@ -7,16 +7,16 @@