Added announce for 9.0.0
diff --git a/2020/_posts/2020-07-15-wicket-9-released.md b/2020/_posts/2020-07-15-wicket-9-released.md
new file mode 100644
index 0000000..b1c2b25
--- /dev/null
+++ b/2020/_posts/2020-07-15-wicket-9-released.md
@@ -0,0 +1,65 @@
+---
+layout: post
+title: "Announcing Apache Wicket 9: get into the modern Java world!"
+---
+
+The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004. Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java evolution.
+
+<!--more-->
+
+## Bring the web into the modern Java era
+
+The release of Java 9 has been a turning point in Java history which laid the foundation for the modern Java era. However, the magnitude of this change has discouraged many developers from leaving the safe harbor represented by Java 8. With Wicket 9 we finally have a fundamental tool to move on and bring our web applications into the new Java world.
+
+With this version Wicket has been completely revisited and improved to embrace new technologies such as Java modularization and new libraries like JUnit 5. 
+
+## Stay up to date with Java release cycle
+
+With Java releasing at a faster pace it's important to keep a library up to date with the lastest changes introduced in the platform and ensure it works with the latest Java release. Wicket does all of this by taking part to the [OpenJDK Quality Outreach](https://wiki.openjdk.java.net/display/quality/Quality+Outreach), an initiative aimed to test popular Open Source projects with both the latest OpenJDK release and the Early Access release.
+
+## Be ready for the next Java Enterprise 
+
+Shortly after Java 9 was released, Oracle submitted Java EE to the Eclipse Foundation. As side effect of this owner change, the package name 'javax' had to be migrated to 'jakarta'. Wicket historically promoted decoupling of Java EE APIs and application code, making the transition to future Java Enterprise versions much easier. 
+
+## Protect your web apps with Content Security Policy (CSP)
+
+s the number of security threats grows, it's crucial for web applications to adopt the latest security standards and countermeasures. CSP is a modern standard that allows applications to declare approved origins of content (such as JavaScript, CSS, images, etc...) for the browser to load. Constructing a safe and at the same time complete CSP can be challenging. You either risk leaving holes in the defense of your application or you break certain functionality. Protecting against unwanted inline scripts is the most important target to attain. In CSP this is called 'unsafe-inline' and it's the most common cause of cross-site scripting vulnerabilities.
+
+Wicket 9 comes with full support for CSP and does not need any unsafe directives. Wicket will automatically add a nonce to every header contribution and whitelist this nonce. This allows for flexible loading of resources without the need for a complex CSP. Of course it is possible to modify and customize the CSP, add additional directives or disable it entirely. Lookup our documentation for more information. 
+
+## Migrating to Wicket 9
+
+When you migrate from a previous Wicket version to Wicket 9, a full list of changes and migrations is available at the following page:
+
+[https://s.apache.org/wicket9migrate](https://s.apache.org/wicket9migrate)
+
+Please consult this migration guide when you are moving towards Wicket 9.
+
+## Support
+
+You can find out about our support channels through the following page on our website: [https://wicket.apache.org/help/](https://wicket.apache.org/help/)
+
+## Download
+
+With Apache Maven update your dependency to (and don't forget to
+update any other dependencies on Wicket projects to the same version):
+
+{% highlight xml%}
+<dependency>
+    <groupId>org.apache.wicket</groupId>
+    <artifactId>wicket-core</artifactId>
+    <version>9.0.0</version>
+</dependency>
+{% endhighlight%}
+
+Or download and build the distribution yourself, or use our
+convenience binary package
+
+ * Source: [9.0.0 source download](http://www.apache.org/dyn/closer.cgi/wicket/9.0.0)
+ * Binary: [9.0.0 binary download](http://www.apache.org/dyn/closer.cgi/wicket/9.0.0/binaries)
+
+## Thanks
+
+Our many thanks go out to our contributors for testing this release during its development and providing invaluable feedback.
+
+
diff --git a/content/atom.xml b/content/atom.xml
index aa7c1e4..09f066d 100644
--- a/content/atom.xml
+++ b/content/atom.xml
@@ -3,7 +3,7 @@
     <title>Apache Wicket</title>
     <link href="http://wicket.apache.org/atom.xml" rel="self"/>
     <link href="http://wicket.apache.org/"/>
-    <updated>2020-07-15T11:59:41+02:00</updated>
+    <updated>2020-07-15T20:31:59+02:00</updated>
     <id>http://wicket.apache.org/</id>
     <author>
         <name>Apache Wicket</name>
@@ -12,6 +12,73 @@
  
 
     <entry>
+        <title>Announcing Apache Wicket 9: get into the modern Java world!</title>
+        <link href="http://wicket.apache.org/news/2020/07/15/wicket-9-released.html"/>
+        <updated>2020-07-15T00:00:00+02:00</updated>
+        <id>http://wicket.apache.org/news/2020/07/15/wicket-9-released</id>
+        <content type="html">&lt;p&gt;The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004. Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java evolution.&lt;/p&gt;
+
+&lt;!--more--&gt;
+
+&lt;h2 id=&quot;bring-the-web-into-the-modern-java-era&quot;&gt;Bring the web into the modern Java era&lt;/h2&gt;
+
+&lt;p&gt;The release of Java 9 has been a turning point in Java history which laid the foundation for the modern Java era. However, the magnitude of this change has discouraged many developers from leaving the safe harbor represented by Java 8. With Wicket 9 we finally have a fundamental tool to move on and bring our web applications into the new Java world.&lt;/p&gt;
+
+&lt;p&gt;With this version Wicket has been completely revisited and improved to embrace new technologies such as Java modularization and new libraries like JUnit 5.&lt;/p&gt;
+
+&lt;h2 id=&quot;stay-up-to-date-with-java-release-cycle&quot;&gt;Stay up to date with Java release cycle&lt;/h2&gt;
+
+&lt;p&gt;With Java releasing at a faster pace it’s important to keep a library up to date with the lastest changes introduced in the platform and ensure it works with the latest Java release. Wicket does all of this by taking part to the &lt;a href=&quot;https://wiki.openjdk.java.net/display/quality/Quality+Outreach&quot;&gt;OpenJDK Quality Outreach&lt;/a&gt;, an initiative aimed to test popular Open Source projects with both the latest OpenJDK release and the Early Access release.&lt;/p&gt;
+
+&lt;h2 id=&quot;be-ready-for-the-next-java-enterprise&quot;&gt;Be ready for the next Java Enterprise&lt;/h2&gt;
+
+&lt;p&gt;Shortly after Java 9 was released, Oracle submitted Java EE to the Eclipse Foundation. As side effect of this owner change, the package name ‘javax’ had to be migrated to ‘jakarta’. Wicket historically promoted decoupling of Java EE APIs and application code, making the transition to future Java Enterprise versions much easier.&lt;/p&gt;
+
+&lt;h2 id=&quot;protect-your-web-apps-with-content-security-policy-csp&quot;&gt;Protect your web apps with Content Security Policy (CSP)&lt;/h2&gt;
+
+&lt;p&gt;s the number of security threats grows, it’s crucial for web applications to adopt the latest security standards and countermeasures. CSP is a modern standard that allows applications to declare approved origins of content (such as JavaScript, CSS, images, etc…) for the browser to load. Constructing a safe and at the same time complete CSP can be challenging. You either risk leaving holes in the defense of your application or you break certain functionality. Protecting against unwanted inline scripts is the most important target to attain. In CSP this is called ‘unsafe-inline’ and it’s the most common cause of cross-site scripting vulnerabilities.&lt;/p&gt;
+
+&lt;p&gt;Wicket 9 comes with full support for CSP and does not need any unsafe directives. Wicket will automatically add a nonce to every header contribution and whitelist this nonce. This allows for flexible loading of resources without the need for a complex CSP. Of course it is possible to modify and customize the CSP, add additional directives or disable it entirely. Lookup our documentation for more information.&lt;/p&gt;
+
+&lt;h2 id=&quot;migrating-to-wicket-9&quot;&gt;Migrating to Wicket 9&lt;/h2&gt;
+
+&lt;p&gt;When you migrate from a previous Wicket version to Wicket 9, a full list of changes and migrations is available at the following page:&lt;/p&gt;
+
+&lt;p&gt;&lt;a href=&quot;https://s.apache.org/wicket9migrate&quot;&gt;https://s.apache.org/wicket9migrate&lt;/a&gt;&lt;/p&gt;
+
+&lt;p&gt;Please consult this migration guide when you are moving towards Wicket 9.&lt;/p&gt;
+
+&lt;h2 id=&quot;support&quot;&gt;Support&lt;/h2&gt;
+
+&lt;p&gt;You can find out about our support channels through the following page on our website: &lt;a href=&quot;https://wicket.apache.org/help/&quot;&gt;https://wicket.apache.org/help/&lt;/a&gt;&lt;/p&gt;
+
+&lt;h2 id=&quot;download&quot;&gt;Download&lt;/h2&gt;
+
+&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
+
+&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
+    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.0.0&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
+&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
+
+&lt;p&gt;Or download and build the distribution yourself, or use our
+convenience binary package&lt;/p&gt;
+
+&lt;ul&gt;
+  &lt;li&gt;Source: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/9.0.0&quot;&gt;9.0.0 source download&lt;/a&gt;&lt;/li&gt;
+  &lt;li&gt;Binary: &lt;a href=&quot;http://www.apache.org/dyn/closer.cgi/wicket/9.0.0/binaries&quot;&gt;9.0.0 binary download&lt;/a&gt;&lt;/li&gt;
+&lt;/ul&gt;
+
+&lt;h2 id=&quot;thanks&quot;&gt;Thanks&lt;/h2&gt;
+
+&lt;p&gt;Our many thanks go out to our contributors for testing this release during its development and providing invaluable feedback.&lt;/p&gt;
+
+</content>
+    </entry>
+
+    <entry>
         <title>Apache Wicket 8.8.0 released</title>
         <link href="http://wicket.apache.org/news/2020/04/24/wicket-8.8.0-released.html"/>
         <updated>2020-04-24T00:00:00+02:00</updated>
@@ -1234,156 +1301,4 @@
 </content>
     </entry>
 
-    <entry>
-        <title>Apache Wicket 9.0.0-M2 released</title>
-        <link href="http://wicket.apache.org/news/2019/06/02/wicket-9.0.0-M2-released.html"/>
-        <updated>2019-06-02T00:00:00+02:00</updated>
-        <id>http://wicket.apache.org/news/2019/06/02/wicket-9.0.0-M2-released</id>
-        <content type="html">&lt;p&gt;The Apache Wicket PMC is proud to announce Apache Wicket 9.0.0-M2!&lt;/p&gt;
-
-&lt;p&gt;Apache Wicket is an open source Java component oriented web application
-framework that powers thousands of web applications and web sites for
-governments, stores, universities, cities, banks, email providers, and
-more. You can find more about Apache Wicket at https://wicket.apache.org&lt;/p&gt;
-
-&lt;p&gt;This release marks another milestone release of Wicket 9. 
-Since Wicket 9 is still in development, backward api compatibility between 
-milestone release is not guaranteed.
-We will continue to use semantic versioning when we will made Wicket 9 final 
-and maintain api compatibility between minor versions of Wicket 9.&lt;/p&gt;
-
-&lt;h2 id=&quot;new-and-noteworthy&quot;&gt;New and noteworthy&lt;/h2&gt;
-
-&lt;p&gt;&lt;strong&gt;Ajax JavaScript clean-up&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;File wicket-ajax-jquery.js has been cleaned up from obsolete code and 
-unused functionalities.&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Package org.apache.wicket.util.time has been deprecated&lt;/strong&gt;&lt;/p&gt;
-
-&lt;p&gt;Legacy package org.apache.wicket.util.time from module wicket-util has been 
-deprecated. Users are recommended to migrate to standard classes
-java.time.Instant and java.time.Duration. See &lt;a href=&quot;https://issues.apache.org/jira/browse/WICKET-6662&quot;&gt;WICKET-6662&lt;/a&gt;
- for more details.&lt;/p&gt;
-
-&lt;h2 id=&quot;using-this-release&quot;&gt;Using this release&lt;/h2&gt;
-
-&lt;p&gt;With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):&lt;/p&gt;
-
-&lt;figure class=&quot;highlight&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-xml&quot; data-lang=&quot;xml&quot;&gt;&lt;span class=&quot;nt&quot;&gt;&amp;lt;dependency&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;groupId&amp;gt;&lt;/span&gt;org.apache.wicket&lt;span class=&quot;nt&quot;&gt;&amp;lt;/groupId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;artifactId&amp;gt;&lt;/span&gt;wicket-core&lt;span class=&quot;nt&quot;&gt;&amp;lt;/artifactId&amp;gt;&lt;/span&gt;
-    &lt;span class=&quot;nt&quot;&gt;&amp;lt;version&amp;gt;&lt;/span&gt;9.0.0-M2&lt;span class=&quot;nt&quot;&gt;&amp;lt;/version&amp;gt;&lt;/span&gt;
-&lt;span class=&quot;nt&quot;&gt;&amp;lt;/dependency&amp;gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/figure&gt;
-
-&lt;p&gt;Or download and build the distribution yourself, or use our
-convenience binary package you can find here:&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;Download: http://wicket.apache.org/start/wicket-9.x.html#manually&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;!--more--&gt;
-
-&lt;h2 id=&quot;upgrading-from-earlier-versions&quot;&gt;Upgrading from earlier versions&lt;/h2&gt;
-
-&lt;p&gt;If you upgrade from 9.y.z this release is a drop in replacement. If
-you come from a version prior to 9.0.0, please read our Wicket 9
-migration guide found at&lt;/p&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;http://s.apache.org/wicket9migrate&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;p&gt;Have fun!&lt;/p&gt;
-
-&lt;p&gt;— The Wicket team&lt;/p&gt;
-
-&lt;p&gt;========================================================================&lt;/p&gt;
-
-&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;The signatures for the source release artefacts:
-&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-9.0.0-M2.zip:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlzuv10ACgkQh48B+qjT
-VuHJyRAAi0Lzsl1sLoqErPqEfhXdEydVVbrLBauObOQjimev29mrtijLiZMY2Ie8
-zcEqc8Jk8x6ZRyPln2oH18HyT7dbzxdAM/QSuqHYl6XWwIH97Bb8U87RYrR1YYgP
-4gL24rsv/OSe1NInMJYbykhoh41g9pKfbbLun7cGv6YK3oYNUYUBs2GCvoknxb+u
-/GZFLB06fArYGVbd3cmNdySqQhw71xxrw/R4D8wO/282J2U2HS65W5dqKXIwBRWL
-8e0HLiKc5vvziB3NsQ4YAQ4tBgoATx6GY3UYyQxanVL6B4O6L4Sup+tFL+m4WcyJ
-7jq4UMasZD51sDGwbxIF0MubgwocnxsfT1B3vZgFw2bTAq+gJ0pvlZETA8WUc/T8
-t1C+KyAG2TX8QNEpCJfPKExH6brqt4sMdEW6c443xfA/if4y7PdGKOf3dnQ5lqtP
-Ncd1CQ7ia1LNG7RYVCEA1HYmSAiZy/C5ZVS891vqHCKV9/qoxupQf9ii5UsUmHqm
-tez7M9w46KVjmgpyuCSfBIvtCdOsm94Hhd0x2vcs0tHpqgm93T1a3fddxKfSbMj5
-S21of/LZmvuQp3NJFES2YOCBduMgZY7I3YHCcKYLrEub5gjG16b8CR8qJzd36YoU
-MFbuQDgb0l4tT8ZTIqqhfeCvyw4ntevwcgRJoJmyctTrwnq1Hsg=
-=eW0h
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;Signature for apache-wicket-9.0.0-M2.tar.gz:&lt;/p&gt;
-
-&lt;div class=&quot;highlight&quot;&gt;&lt;pre&gt;
------BEGIN PGP SIGNATURE-----
-
-iQIzBAABCgAdFiEE0a6YZHC1pJw+aieyh48B+qjTVuEFAlzuv10ACgkQh48B+qjT
-VuHnqQ//Z3LKl0tfpSxcXXywTQTFaT3IKPIOwV0wf/30hAgQF24TUiZ/Bhm7kl5L
-PnkCM/r06Q7aSOgzb+vCyVDN60S4hPnUXP5pPPBoHhTyqJ6syL2uQDeMYoYd2ySw
-GGT2biUO6b0DXzHVKi58wLJ2YHvLq0XlTL0VBflcjv+ASzfBNH80yAfA6Ti2M0IK
-IvWqbGZcW8nbu6U4jQhmjoyduqzRXM8tVZZ3CZwiJpQtKKJ/EISqFZxgpbEQkkF4
-9FNVOYk4Y825F9B2P5Yi3P/uC3XX9LHf+olyEpVqUlzhyWZ2F8u1YEwkZ1SEsO0u
-kVyIaEbVgwhWEBx6Digrg8hiR3rsFh7ROEJjtR5JFQ82b35zpuM7VUKBk6jwQb0b
-Wi9QVDCVODH2mrSCHpEnxe2+KxdWDnrPb10/rikcY4KNRYsxPVUNvk+1P1fX7yvu
-D2r5JJQxIuyuDZo9NQll540yJ7Rnp1TYgkCpIcdonleGC8yZwyCud8FHC6pld0jQ
-l4RsLjJO0e2KF3MefrpkxRwfLNzUUuRrqmRNMx3Im9glmSHGZ8GhCz2UVB0TziZa
-U2sXXjTntkR29HXciBY7J4NP/izH3KTSMBp4MLyuwe3oZGKHmTLir903VN9gaMxh
-y08SO+AHfu0QE9N2cbKF6nCz1W+vBcjM7d6IHdNHWQKbwATyaiI=
-=XFAH
------END PGP SIGNATURE-----
-&lt;/pre&gt;&lt;/div&gt;
-
-&lt;p&gt;========================================================================&lt;/p&gt;
-
-&lt;h3 id=&quot;this-release&quot;&gt;This Release&lt;/h3&gt;
-
-&lt;h4 id=&quot;changelog-for-900-m2&quot;&gt;CHANGELOG for 9.0.0-M2:&lt;/h4&gt;
-
-&lt;h5 id=&quot;bug&quot;&gt;Bug&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6611] - Missing check for IScopeAwareTextResourceProcessor when concatenating resources&lt;/li&gt;
-  &lt;li&gt;[WICKET-6669] - CSS Resource Bundling throws exception when used with CssUrlReplacer&lt;/li&gt;
-  &lt;li&gt;[WICKET-6671] - IAjaxLink should be serializable&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;improvement&quot;&gt;Improvement&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6618] - Stateless pages and access to unconfigured components&lt;/li&gt;
-  &lt;li&gt;[WICKET-6656] - JSR 303 - @NotNull validation problems&lt;/li&gt;
-  &lt;li&gt;[WICKET-6657] - change replaceAll() to replace() when a regex is not used&lt;/li&gt;
-  &lt;li&gt;[WICKET-6658] - Allow nested forms on non-&amp;lt;form&amp;gt; tag&lt;/li&gt;
-  &lt;li&gt;[WICKET-6659] - commons-io:commons-io is used in multiple versions at same time&lt;/li&gt;
-  &lt;li&gt;[WICKET-6662] - Remove legacy package org.apache.wicket.util.time from wicket-util&lt;/li&gt;
-  &lt;li&gt;[WICKET-6667] - Ajax JavaScript clean-up&lt;/li&gt;
-  &lt;li&gt;[WICKET-6668] - Sign out the existing session if a sign in attempt has failed&lt;/li&gt;
-&lt;/ul&gt;
-
-&lt;h5 id=&quot;task&quot;&gt;Task&lt;/h5&gt;
-
-&lt;ul&gt;
-  &lt;li&gt;[WICKET-6653] - Upgrade Velocity to 2.x&lt;/li&gt;
-  &lt;li&gt;[WICKET-6654] - Upgrade JQuery to 3.4.0&lt;/li&gt;
-  &lt;li&gt;[WICKET-6661] - Upgrade jquery to 3.4.x&lt;/li&gt;
-  &lt;li&gt;[WICKET-6665] - Upgrade various dependencies&lt;/li&gt;
-&lt;/ul&gt;
-
-</content>
-    </entry>
-
 </feed>
diff --git a/content/index.html b/content/index.html
index 078332a..0d23450 100644
--- a/content/index.html
+++ b/content/index.html
@@ -419,6 +419,15 @@
 	<div class="l-two-third" >
 	
 	    <article>
+	        <h2>Announcing Apache Wicket 9: get into the modern Java world!</h2>
+	        <small>15 Jul 2020</small>
+	        <p>The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004. Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java evolution.</p>
+
+
+	        <a href="/news/2020/07/15/wicket-9-released.html">Read more...</a> 
+	    </article>
+	
+	    <article>
 	        <h2>Apache Wicket 8.8.0 released</h2>
 	        <small>24 Apr 2020</small>
 	        <p>The Apache Wicket PMC is proud to announce Apache Wicket 8.8.0!</p>
@@ -455,48 +464,6 @@
 	        <a href="/news/2020/04/24/wicket-8.8.0-released.html">Read more...</a> 
 	    </article>
 	
-	    <article>
-	        <h2>Apache Wicket 9.0.0-M5 released</h2>
-	        <small>06 Apr 2020</small>
-	        <p>The Apache Wicket PMC is proud to announce Apache Wicket 9.0.0-M5!</p>
-
-<p>Apache Wicket is an open source Java component oriented web application
-framework that powers thousands of web applications and web sites for
-governments, stores, universities, cities, banks, email providers, and
-more. You can find more about Apache Wicket at https://wicket.apache.org</p>
-
-<p>This release marks another minor release of Wicket 9. We
-use semantic versioning for the development of Wicket, and as such no
-API breaks are present breaks are present in this release compared to
-9.0.0.</p>
-
-<h2 id="new-and-noteworthy">New and noteworthy</h2>
-<p>With this milestone Wicket introduces support for content security policy (CSP) which
-is active by default and prevents inline JavaScript and CSS code from been executed.
-For more details about CSP support see Wicket 9 migration guide linked below.</p>
-
-<h2 id="using-this-release">Using this release</h2>
-
-<p>With Apache Maven update your dependency to (and don’t forget to
-update any other dependencies on Wicket projects to the same version):</p>
-
-<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
-    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
-    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
-    <span class="nt">&lt;version&gt;</span>9.0.0-M5<span class="nt">&lt;/version&gt;</span>
-<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
-
-<p>Or download and build the distribution yourself, or use our
-convenience binary package you can find here:</p>
-
-<ul>
-  <li>Download: http://wicket.apache.org/start/wicket-9.x.html#manually</li>
-</ul>
-
-
-	        <a href="/news/2020/04/06/wicket-9.0.0-M5-released.html">Read more...</a> 
-	    </article>
-	
 	</div>
 
     <div class="l-one-third news">
@@ -513,6 +480,13 @@
 		<ul>
 		
 		<li>
+		    <h3>Apache Wicket 8.8.0 released</h3>
+		    <small>24 Apr 2020</small>
+		    The Apache Wicket PMC is proud to announce Apache Wicket 8.8.0! Apache Wicket is an open source Java component oriented web application framework that powers...
+		    <a href="/news/2020/04/24/wicket-8.8.0-released.html">more</a>
+		</li>
+		
+		<li>
 		    <h3>Apache Wicket 9.0.0-M5 released</h3>
 		    <small>06 Apr 2020</small>
 		    The Apache Wicket PMC is proud to announce Apache Wicket 9.0.0-M5! Apache Wicket is an open source Java component oriented web application framework that powers...
@@ -540,13 +514,6 @@
 		    <a href="/news/2020/01/07/wicket-8.7.0-released.html">more</a>
 		</li>
 		
-		<li>
-		    <h3>Apache Wicket 9.0.0-M3 released</h3>
-		    <small>16 Sep 2019</small>
-		    The Apache Wicket PMC is proud to announce Apache Wicket 9.0.0-M3! Apache Wicket is an open source Java component oriented web application framework that powers...
-		    <a href="/news/2019/09/16/wicket-9.0.0-M3-released.html">more</a>
-		</li>
-		
 		</ul>
 	</div>
 </div>
diff --git a/content/learn/index.html b/content/learn/index.html
index d3d0c8d..b6d505a 100644
--- a/content/learn/index.html
+++ b/content/learn/index.html
@@ -154,14 +154,14 @@
 
 <ul>
   <li>
+    <p><a href="/news/2020/07/15/wicket-9-released.html">Announcing Apache Wicket 9: get into the modern Java world!</a> <small>15 Jul 2020</small></p>
+  </li>
+  <li>
     <p><a href="/news/2020/04/24/wicket-8.8.0-released.html">Apache Wicket 8.8.0 released</a> <small>24 Apr 2020</small></p>
   </li>
   <li>
     <p><a href="/news/2020/04/06/wicket-9.0.0-M5-released.html">Apache Wicket 9.0.0-M5 released</a> <small>06 Apr 2020</small></p>
   </li>
-  <li>
-    <p><a href="/news/2020/01/09/wicket-9.0.0-M4-released.html">Apache Wicket 9.0.0-M4 released</a> <small>09 Jan 2020</small></p>
-  </li>
 </ul>
 
 <p>The complete articles and all other news items are available in the <a href="/news">archives</a>.</p>
diff --git a/content/news/2009/07/index.html b/content/news/2009/07/index.html
index 20b9cc2..c50a1b8 100644
--- a/content/news/2009/07/index.html
+++ b/content/news/2009/07/index.html
@@ -148,6 +148,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2009/08/index.html b/content/news/2009/08/index.html
index 40444e1..e3864bd 100644
--- a/content/news/2009/08/index.html
+++ b/content/news/2009/08/index.html
@@ -140,6 +140,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2009/10/index.html b/content/news/2009/10/index.html
index a805631..481bb50 100644
--- a/content/news/2009/10/index.html
+++ b/content/news/2009/10/index.html
@@ -151,6 +151,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2009/12/index.html b/content/news/2009/12/index.html
index 02a0a9c..c37a345 100644
--- a/content/news/2009/12/index.html
+++ b/content/news/2009/12/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2009/index.html b/content/news/2009/index.html
index 816c027..8b0e58f 100644
--- a/content/news/2009/index.html
+++ b/content/news/2009/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/02/index.html b/content/news/2010/02/index.html
index 578d10d..5f41be0 100644
--- a/content/news/2010/02/index.html
+++ b/content/news/2010/02/index.html
@@ -134,6 +134,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/03/index.html b/content/news/2010/03/index.html
index 8181319..e6ed94f 100644
--- a/content/news/2010/03/index.html
+++ b/content/news/2010/03/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/05/index.html b/content/news/2010/05/index.html
index 6a42aba..a1bf4f9 100644
--- a/content/news/2010/05/index.html
+++ b/content/news/2010/05/index.html
@@ -162,6 +162,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/08/index.html b/content/news/2010/08/index.html
index 54f8fff..474e768 100644
--- a/content/news/2010/08/index.html
+++ b/content/news/2010/08/index.html
@@ -161,6 +161,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/09/index.html b/content/news/2010/09/index.html
index 2f5872b..65936d3 100644
--- a/content/news/2010/09/index.html
+++ b/content/news/2010/09/index.html
@@ -167,6 +167,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/11/index.html b/content/news/2010/11/index.html
index 3cefdb6..cd2c092 100644
--- a/content/news/2010/11/index.html
+++ b/content/news/2010/11/index.html
@@ -181,6 +181,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/12/index.html b/content/news/2010/12/index.html
index 5f4d3db..e116003 100644
--- a/content/news/2010/12/index.html
+++ b/content/news/2010/12/index.html
@@ -143,6 +143,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2010/index.html b/content/news/2010/index.html
index 4b0a379..a78d046 100644
--- a/content/news/2010/index.html
+++ b/content/news/2010/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/01/index.html b/content/news/2011/01/index.html
index a370dd9..e3f8820 100644
--- a/content/news/2011/01/index.html
+++ b/content/news/2011/01/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/02/index.html b/content/news/2011/02/index.html
index 1d8c42c..5456251 100644
--- a/content/news/2011/02/index.html
+++ b/content/news/2011/02/index.html
@@ -152,6 +152,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/03/index.html b/content/news/2011/03/index.html
index a9b3d9e..e52a4dd 100644
--- a/content/news/2011/03/index.html
+++ b/content/news/2011/03/index.html
@@ -135,6 +135,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/04/index.html b/content/news/2011/04/index.html
index e66a9da..468e22b 100644
--- a/content/news/2011/04/index.html
+++ b/content/news/2011/04/index.html
@@ -152,6 +152,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/05/index.html b/content/news/2011/05/index.html
index 98086da..37eab2c 100644
--- a/content/news/2011/05/index.html
+++ b/content/news/2011/05/index.html
@@ -145,6 +145,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/06/index.html b/content/news/2011/06/index.html
index 6cf7b34..cebc132 100644
--- a/content/news/2011/06/index.html
+++ b/content/news/2011/06/index.html
@@ -136,6 +136,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/08/index.html b/content/news/2011/08/index.html
index ca6d163..bf379ca 100644
--- a/content/news/2011/08/index.html
+++ b/content/news/2011/08/index.html
@@ -170,6 +170,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/09/index.html b/content/news/2011/09/index.html
index a105c25..372ffe0 100644
--- a/content/news/2011/09/index.html
+++ b/content/news/2011/09/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/10/index.html b/content/news/2011/10/index.html
index 538d7f7..8714a71 100644
--- a/content/news/2011/10/index.html
+++ b/content/news/2011/10/index.html
@@ -159,6 +159,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/11/index.html b/content/news/2011/11/index.html
index ca3671c..0ea0ea8 100644
--- a/content/news/2011/11/index.html
+++ b/content/news/2011/11/index.html
@@ -143,6 +143,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2011/index.html b/content/news/2011/index.html
index c7a2bd2..765aaa1 100644
--- a/content/news/2011/index.html
+++ b/content/news/2011/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/01/index.html b/content/news/2012/01/index.html
index 1def7e6..39b8b0b 100644
--- a/content/news/2012/01/index.html
+++ b/content/news/2012/01/index.html
@@ -143,6 +143,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/03/index.html b/content/news/2012/03/index.html
index 452ca1d..d473c26 100644
--- a/content/news/2012/03/index.html
+++ b/content/news/2012/03/index.html
@@ -205,6 +205,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/05/index.html b/content/news/2012/05/index.html
index d2c10d6..eb64dee 100644
--- a/content/news/2012/05/index.html
+++ b/content/news/2012/05/index.html
@@ -157,6 +157,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/06/index.html b/content/news/2012/06/index.html
index 4ecb68d..ca4e4c3 100644
--- a/content/news/2012/06/index.html
+++ b/content/news/2012/06/index.html
@@ -150,6 +150,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/07/index.html b/content/news/2012/07/index.html
index d67001d..4f5227d 100644
--- a/content/news/2012/07/index.html
+++ b/content/news/2012/07/index.html
@@ -141,6 +141,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/08/index.html b/content/news/2012/08/index.html
index 3104847..d1b0164 100644
--- a/content/news/2012/08/index.html
+++ b/content/news/2012/08/index.html
@@ -143,6 +143,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/09/index.html b/content/news/2012/09/index.html
index 0304a55..5b4abd1 100644
--- a/content/news/2012/09/index.html
+++ b/content/news/2012/09/index.html
@@ -171,6 +171,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/10/index.html b/content/news/2012/10/index.html
index 99f0bfa..69e89ac 100644
--- a/content/news/2012/10/index.html
+++ b/content/news/2012/10/index.html
@@ -156,6 +156,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/11/index.html b/content/news/2012/11/index.html
index 1c8aa94..8657cae 100644
--- a/content/news/2012/11/index.html
+++ b/content/news/2012/11/index.html
@@ -153,6 +153,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/12/index.html b/content/news/2012/12/index.html
index 8fc34e7..b232fc7 100644
--- a/content/news/2012/12/index.html
+++ b/content/news/2012/12/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2012/index.html b/content/news/2012/index.html
index f7110a5..578e982 100644
--- a/content/news/2012/index.html
+++ b/content/news/2012/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/01/index.html b/content/news/2013/01/index.html
index d6b7304..099a418 100644
--- a/content/news/2013/01/index.html
+++ b/content/news/2013/01/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/02/index.html b/content/news/2013/02/index.html
index 4bedd59..f9576b1 100644
--- a/content/news/2013/02/index.html
+++ b/content/news/2013/02/index.html
@@ -153,6 +153,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/03/index.html b/content/news/2013/03/index.html
index 9ffe2ee..bbebd07 100644
--- a/content/news/2013/03/index.html
+++ b/content/news/2013/03/index.html
@@ -144,6 +144,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/04/index.html b/content/news/2013/04/index.html
index 29dc47f..ad5fc4d 100644
--- a/content/news/2013/04/index.html
+++ b/content/news/2013/04/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/05/index.html b/content/news/2013/05/index.html
index 0bfe067..c3eedbb 100644
--- a/content/news/2013/05/index.html
+++ b/content/news/2013/05/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/06/index.html b/content/news/2013/06/index.html
index 435c405..d2f89fd 100644
--- a/content/news/2013/06/index.html
+++ b/content/news/2013/06/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/07/index.html b/content/news/2013/07/index.html
index fcd712b..69504f1 100644
--- a/content/news/2013/07/index.html
+++ b/content/news/2013/07/index.html
@@ -136,6 +136,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/08/index.html b/content/news/2013/08/index.html
index ae5e4c8..361bf9d 100644
--- a/content/news/2013/08/index.html
+++ b/content/news/2013/08/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/09/index.html b/content/news/2013/09/index.html
index 2a3ed10..4ac8f8a 100644
--- a/content/news/2013/09/index.html
+++ b/content/news/2013/09/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/11/index.html b/content/news/2013/11/index.html
index 5be5eeb..4e4f059 100644
--- a/content/news/2013/11/index.html
+++ b/content/news/2013/11/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2013/index.html b/content/news/2013/index.html
index d784a81..d7ef2a1 100644
--- a/content/news/2013/index.html
+++ b/content/news/2013/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/01/index.html b/content/news/2014/01/index.html
index 2dc264f..206bf9d 100644
--- a/content/news/2014/01/index.html
+++ b/content/news/2014/01/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/02/index.html b/content/news/2014/02/index.html
index 2f7bab9..8c406a7 100644
--- a/content/news/2014/02/index.html
+++ b/content/news/2014/02/index.html
@@ -204,6 +204,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/04/index.html b/content/news/2014/04/index.html
index 3435cfa..7201abf 100644
--- a/content/news/2014/04/index.html
+++ b/content/news/2014/04/index.html
@@ -151,6 +151,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/06/index.html b/content/news/2014/06/index.html
index 045cd6c..a5440fa 100644
--- a/content/news/2014/06/index.html
+++ b/content/news/2014/06/index.html
@@ -151,6 +151,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/08/index.html b/content/news/2014/08/index.html
index 16456ba..2056d9d 100644
--- a/content/news/2014/08/index.html
+++ b/content/news/2014/08/index.html
@@ -151,6 +151,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/09/index.html b/content/news/2014/09/index.html
index 0ccb194..3aa583f 100644
--- a/content/news/2014/09/index.html
+++ b/content/news/2014/09/index.html
@@ -162,6 +162,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/11/index.html b/content/news/2014/11/index.html
index cc3564d..e0e1202 100644
--- a/content/news/2014/11/index.html
+++ b/content/news/2014/11/index.html
@@ -146,6 +146,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2014/index.html b/content/news/2014/index.html
index 740342e..4b8c25c 100644
--- a/content/news/2014/index.html
+++ b/content/news/2014/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2015/02/index.html b/content/news/2015/02/index.html
index 7fc988d..0928d7b 100644
--- a/content/news/2015/02/index.html
+++ b/content/news/2015/02/index.html
@@ -173,6 +173,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2015/06/index.html b/content/news/2015/06/index.html
index f77a73c..91d33b7 100644
--- a/content/news/2015/06/index.html
+++ b/content/news/2015/06/index.html
@@ -146,6 +146,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2015/07/index.html b/content/news/2015/07/index.html
index ccd3de2..97a1fc0 100644
--- a/content/news/2015/07/index.html
+++ b/content/news/2015/07/index.html
@@ -134,6 +134,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2015/10/index.html b/content/news/2015/10/index.html
index e80ea17..37e4405 100644
--- a/content/news/2015/10/index.html
+++ b/content/news/2015/10/index.html
@@ -154,6 +154,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2015/11/index.html b/content/news/2015/11/index.html
index b33871c..08ff122 100644
--- a/content/news/2015/11/index.html
+++ b/content/news/2015/11/index.html
@@ -147,6 +147,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2015/index.html b/content/news/2015/index.html
index da46042..efac032 100644
--- a/content/news/2015/index.html
+++ b/content/news/2015/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/01/index.html b/content/news/2016/01/index.html
index 77f4137..0e72481 100644
--- a/content/news/2016/01/index.html
+++ b/content/news/2016/01/index.html
@@ -137,6 +137,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/02/index.html b/content/news/2016/02/index.html
index f54b6d1..d25b1a8 100644
--- a/content/news/2016/02/index.html
+++ b/content/news/2016/02/index.html
@@ -153,6 +153,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/03/index.html b/content/news/2016/03/index.html
index cce14d4..698960f 100644
--- a/content/news/2016/03/index.html
+++ b/content/news/2016/03/index.html
@@ -162,6 +162,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/05/index.html b/content/news/2016/05/index.html
index c988d09..6814356 100644
--- a/content/news/2016/05/index.html
+++ b/content/news/2016/05/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/07/index.html b/content/news/2016/07/index.html
index 0c1f51c..d77df8e 100644
--- a/content/news/2016/07/index.html
+++ b/content/news/2016/07/index.html
@@ -160,6 +160,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/08/index.html b/content/news/2016/08/index.html
index d89b069..5d45026 100644
--- a/content/news/2016/08/index.html
+++ b/content/news/2016/08/index.html
@@ -161,6 +161,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/10/index.html b/content/news/2016/10/index.html
index 4ea0ca3..40de634 100644
--- a/content/news/2016/10/index.html
+++ b/content/news/2016/10/index.html
@@ -160,6 +160,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/11/index.html b/content/news/2016/11/index.html
index 7e31b33..489dbab 100644
--- a/content/news/2016/11/index.html
+++ b/content/news/2016/11/index.html
@@ -145,6 +145,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/12/index.html b/content/news/2016/12/index.html
index e8c1887..84ffe25 100644
--- a/content/news/2016/12/index.html
+++ b/content/news/2016/12/index.html
@@ -177,6 +177,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2016/index.html b/content/news/2016/index.html
index 3e451da..40b36fc 100644
--- a/content/news/2016/index.html
+++ b/content/news/2016/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/02/index.html b/content/news/2017/02/index.html
index ff30d64..c360b97 100644
--- a/content/news/2017/02/index.html
+++ b/content/news/2017/02/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/03/index.html b/content/news/2017/03/index.html
index e5ae610..046fa81 100644
--- a/content/news/2017/03/index.html
+++ b/content/news/2017/03/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/05/index.html b/content/news/2017/05/index.html
index 01c0444..7fde096 100644
--- a/content/news/2017/05/index.html
+++ b/content/news/2017/05/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/07/index.html b/content/news/2017/07/index.html
index e642751..8166080 100644
--- a/content/news/2017/07/index.html
+++ b/content/news/2017/07/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/08/index.html b/content/news/2017/08/index.html
index d9b6a5e..ffeb8bf 100644
--- a/content/news/2017/08/index.html
+++ b/content/news/2017/08/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/09/index.html b/content/news/2017/09/index.html
index 09da91a..52db7ac 100644
--- a/content/news/2017/09/index.html
+++ b/content/news/2017/09/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/10/index.html b/content/news/2017/10/index.html
index cbc5af5..2ebc7af 100644
--- a/content/news/2017/10/index.html
+++ b/content/news/2017/10/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2017/index.html b/content/news/2017/index.html
index f9f4291..94c9ecf 100644
--- a/content/news/2017/index.html
+++ b/content/news/2017/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2018/02/index.html b/content/news/2018/02/index.html
index c0c507b..70d2b5f 100644
--- a/content/news/2018/02/index.html
+++ b/content/news/2018/02/index.html
@@ -160,6 +160,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2018/05/index.html b/content/news/2018/05/index.html
index dba5729..8a7e90e 100644
--- a/content/news/2018/05/index.html
+++ b/content/news/2018/05/index.html
@@ -134,6 +134,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2018/09/index.html b/content/news/2018/09/index.html
index c3b512d..f4480dd 100644
--- a/content/news/2018/09/index.html
+++ b/content/news/2018/09/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2018/11/index.html b/content/news/2018/11/index.html
index 29d9220..05682c2 100644
--- a/content/news/2018/11/index.html
+++ b/content/news/2018/11/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2018/12/index.html b/content/news/2018/12/index.html
index 4a0b292..ffa2170 100644
--- a/content/news/2018/12/index.html
+++ b/content/news/2018/12/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2018/index.html b/content/news/2018/index.html
index 705f744..66b7254 100644
--- a/content/news/2018/index.html
+++ b/content/news/2018/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2019/01/index.html b/content/news/2019/01/index.html
index 7c49ac0..f73b5bb 100644
--- a/content/news/2019/01/index.html
+++ b/content/news/2019/01/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2019/02/index.html b/content/news/2019/02/index.html
index ae3eb8f..a08bcaa 100644
--- a/content/news/2019/02/index.html
+++ b/content/news/2019/02/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2019/04/index.html b/content/news/2019/04/index.html
index e1ed4a2..276ec04 100644
--- a/content/news/2019/04/index.html
+++ b/content/news/2019/04/index.html
@@ -160,6 +160,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2019/05/index.html b/content/news/2019/05/index.html
index a7f2aae..05d6ab1 100644
--- a/content/news/2019/05/index.html
+++ b/content/news/2019/05/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2019/06/index.html b/content/news/2019/06/index.html
index add3add..ca04079 100644
--- a/content/news/2019/06/index.html
+++ b/content/news/2019/06/index.html
@@ -138,6 +138,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2019/09/index.html b/content/news/2019/09/index.html
index 994c141..0b321e0 100644
--- a/content/news/2019/09/index.html
+++ b/content/news/2019/09/index.html
@@ -171,6 +171,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2019/index.html b/content/news/2019/index.html
index 0eca984..667bf2f 100644
--- a/content/news/2019/index.html
+++ b/content/news/2019/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2020/01/index.html b/content/news/2020/01/index.html
index 0be19cd..650765b 100644
--- a/content/news/2020/01/index.html
+++ b/content/news/2020/01/index.html
@@ -160,6 +160,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2020/04/index.html b/content/news/2020/04/index.html
index df2b741..7258c9b 100644
--- a/content/news/2020/04/index.html
+++ b/content/news/2020/04/index.html
@@ -149,6 +149,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/2020/07/15/wicket-9-released.html b/content/news/2020/07/15/wicket-9-released.html
new file mode 100644
index 0000000..65ac509
--- /dev/null
+++ b/content/news/2020/07/15/wicket-9-released.html
@@ -0,0 +1,200 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+	
+	
+
+        <title>Announcing Apache Wicket 9: get into the modern Java world! | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+        
+<nav class="mainmenu">
+    <div class="nav-logo">
+    <a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
+</div>
+
+    <div class="nav-container">
+    
+		
+    	
+        
+        
+		<!-- /start/quickstart.html || /news/2020/07/15/wicket-9-released.html -->
+		
+    	
+        
+    	<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+		
+    	
+        
+        
+		<!-- /start/download.html || /news/2020/07/15/wicket-9-released.html -->
+		
+    	
+        
+    	<a href="/start/download.html" class=" nav-items">Download</a>
+    
+		
+    	
+        
+        
+		<!-- /learn || /news/2020/07/15/wicket-9-released.html -->
+		
+    	
+        
+    	<a href="/learn" class=" nav-items">Documentation</a>
+    
+		
+    	
+        
+        
+		<!-- /help || /news/2020/07/15/wicket-9-released.html -->
+		
+    	
+        
+    	<a href="/help" class=" nav-items">Support</a>
+    
+		
+    	
+        
+        
+		<!-- /contribute || /news/2020/07/15/wicket-9-released.html -->
+		
+    	
+        
+    	<a href="/contribute" class=" nav-items">Contribute</a>
+    
+		
+    	
+        
+        
+		<!-- /community || /news/2020/07/15/wicket-9-released.html -->
+		
+    	
+        
+    	<a href="/community" class=" nav-items">Community</a>
+    
+		
+    	
+        
+        
+		<!-- /apache || /news/2020/07/15/wicket-9-released.html -->
+		
+    	
+        
+    	<a href="/apache" class=" nav-items">Apache</a>
+    
+    </div>
+    <div class="nav-container  ">
+        <a href="https://github.com/apache/wicket" target="_blank"><i class="fa fa-github nav-items"></i></a>
+        <a href="https://twitter.com/apache_wicket" target="_blank"><i class="fa fa-twitter nav-items"></i></a>
+        <a href="https://builtwithwicket.tumblr.com" target="_blank"><i class="fa fa-tumblr nav-items"></i></a>
+    </div>    
+</nav>
+        
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Announcing Apache Wicket 9: get into the modern Java world!</h1>
+            
+            
+            
+        </header>
+        <section class="toc left">
+            <div id="toc" class="toc"><div id="toc-title"><h2>Table of Contents</h2></div><ul><li class="toc--level-1 toc--section-1"><a href="#bring-the-web-into-the-modern-java-era"><span class="toc-number">1</span> <span class="toc-text">Bring the web into the modern Java era</span></a></li><li class="toc--level-1 toc--section-2"><a href="#stay-up-to-date-with-java-release-cycle"><span class="toc-number">2</span> <span class="toc-text">Stay up to date with Java release cycle</span></a></li><li class="toc--level-1 toc--section-3"><a href="#be-ready-for-the-next-java-enterprise"><span class="toc-number">3</span> <span class="toc-text">Be ready for the next Java Enterprise</span></a></li><li class="toc--level-1 toc--section-4"><a href="#protect-your-web-apps-with-content-security-policy-csp"><span class="toc-number">4</span> <span class="toc-text">Protect your web apps with Content Security Policy (CSP)</span></a></li><li class="toc--level-1 toc--section-5"><a href="#migrating-to-wicket-9"><span class="toc-number">5</span> <span class="toc-text">Migrating to Wicket 9</span></a></li><li class="toc--level-1 toc--section-6"><a href="#support"><span class="toc-number">6</span> <span class="toc-text">Support</span></a></li><li class="toc--level-1 toc--section-7"><a href="#download"><span class="toc-number">7</span> <span class="toc-text">Download</span></a></li><li class="toc--level-1 toc--section-8"><a href="#thanks"><span class="toc-number">8</span> <span class="toc-text">Thanks</span></a></li></ul></div>
+        </section>
+        <section>
+            <div class="l-full">
+    <p class="meta">15 Jul 2020</p>
+    <p>The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004. Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you code up to date with Java evolution.</p>
+
+<!--more-->
+
+<h2 id="bring-the-web-into-the-modern-java-era">Bring the web into the modern Java era</h2>
+
+<p>The release of Java 9 has been a turning point in Java history which laid the foundation for the modern Java era. However, the magnitude of this change has discouraged many developers from leaving the safe harbor represented by Java 8. With Wicket 9 we finally have a fundamental tool to move on and bring our web applications into the new Java world.</p>
+
+<p>With this version Wicket has been completely revisited and improved to embrace new technologies such as Java modularization and new libraries like JUnit 5.</p>
+
+<h2 id="stay-up-to-date-with-java-release-cycle">Stay up to date with Java release cycle</h2>
+
+<p>With Java releasing at a faster pace it’s important to keep a library up to date with the lastest changes introduced in the platform and ensure it works with the latest Java release. Wicket does all of this by taking part to the <a href="https://wiki.openjdk.java.net/display/quality/Quality+Outreach">OpenJDK Quality Outreach</a>, an initiative aimed to test popular Open Source projects with both the latest OpenJDK release and the Early Access release.</p>
+
+<h2 id="be-ready-for-the-next-java-enterprise">Be ready for the next Java Enterprise</h2>
+
+<p>Shortly after Java 9 was released, Oracle submitted Java EE to the Eclipse Foundation. As side effect of this owner change, the package name ‘javax’ had to be migrated to ‘jakarta’. Wicket historically promoted decoupling of Java EE APIs and application code, making the transition to future Java Enterprise versions much easier.</p>
+
+<h2 id="protect-your-web-apps-with-content-security-policy-csp">Protect your web apps with Content Security Policy (CSP)</h2>
+
+<p>s the number of security threats grows, it’s crucial for web applications to adopt the latest security standards and countermeasures. CSP is a modern standard that allows applications to declare approved origins of content (such as JavaScript, CSS, images, etc…) for the browser to load. Constructing a safe and at the same time complete CSP can be challenging. You either risk leaving holes in the defense of your application or you break certain functionality. Protecting against unwanted inline scripts is the most important target to attain. In CSP this is called ‘unsafe-inline’ and it’s the most common cause of cross-site scripting vulnerabilities.</p>
+
+<p>Wicket 9 comes with full support for CSP and does not need any unsafe directives. Wicket will automatically add a nonce to every header contribution and whitelist this nonce. This allows for flexible loading of resources without the need for a complex CSP. Of course it is possible to modify and customize the CSP, add additional directives or disable it entirely. Lookup our documentation for more information.</p>
+
+<h2 id="migrating-to-wicket-9">Migrating to Wicket 9</h2>
+
+<p>When you migrate from a previous Wicket version to Wicket 9, a full list of changes and migrations is available at the following page:</p>
+
+<p><a href="https://s.apache.org/wicket9migrate">https://s.apache.org/wicket9migrate</a></p>
+
+<p>Please consult this migration guide when you are moving towards Wicket 9.</p>
+
+<h2 id="support">Support</h2>
+
+<p>You can find out about our support channels through the following page on our website: <a href="https://wicket.apache.org/help/">https://wicket.apache.org/help/</a></p>
+
+<h2 id="download">Download</h2>
+
+<p>With Apache Maven update your dependency to (and don’t forget to
+update any other dependencies on Wicket projects to the same version):</p>
+
+<figure class="highlight"><pre><code class="language-xml" data-lang="xml"><span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.wicket<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>wicket-core<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>9.0.0<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span></code></pre></figure>
+
+<p>Or download and build the distribution yourself, or use our
+convenience binary package</p>
+
+<ul>
+  <li>Source: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0">9.0.0 source download</a></li>
+  <li>Binary: <a href="http://www.apache.org/dyn/closer.cgi/wicket/9.0.0/binaries">9.0.0 binary download</a></li>
+</ul>
+
+<h2 id="thanks">Thanks</h2>
+
+<p>Our many thanks go out to our contributors for testing this release during its development and providing invaluable feedback.</p>
+
+
+</div>
+
+
+        </section>
+    </div>
+</main>
+
+        <footer>
+            <div class="l-container">
+    <div class="left">
+        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
+        <div style="margin-top:12px;">Copyright © 2020 — The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+    </div>
+</div>
+        </footer>
+    </body>
+</html>
diff --git a/content/news/2020/07/index.html b/content/news/2020/07/index.html
new file mode 100644
index 0000000..c6e8b45
--- /dev/null
+++ b/content/news/2020/07/index.html
@@ -0,0 +1,396 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+        <meta charset="utf-8">
+	
+	
+
+        <title>Monthly archive for July 2020 | Apache Wicket</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1" />
+
+        <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" />
+        <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen" />
+        <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+
+		<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
+
+    </head>
+    <body class="">
+        <div class="header default">
+    <div class="l-container">
+        
+<nav class="mainmenu">
+    <div class="nav-logo">
+    <a href="/"><img src="/img/logo-apachewicket.svg" alt="Apache Wicket"></a>
+</div>
+
+    <div class="nav-container">
+    
+		
+    	
+        
+        
+		<!-- /start/quickstart.html || /news/2020/07 -->
+		
+    	
+        
+    	<a href="/start/quickstart.html" class=" nav-items">Quick Start</a>
+    
+		
+    	
+        
+        
+		<!-- /start/download.html || /news/2020/07 -->
+		
+    	
+        
+    	<a href="/start/download.html" class=" nav-items">Download</a>
+    
+		
+    	
+        
+        
+		<!-- /learn || /news/2020/07 -->
+		
+    	
+        
+    	<a href="/learn" class=" nav-items">Documentation</a>
+    
+		
+    	
+        
+        
+		<!-- /help || /news/2020/07 -->
+		
+    	
+        
+    	<a href="/help" class=" nav-items">Support</a>
+    
+		
+    	
+        
+        
+		<!-- /contribute || /news/2020/07 -->
+		
+    	
+        
+    	<a href="/contribute" class=" nav-items">Contribute</a>
+    
+		
+    	
+        
+        
+		<!-- /community || /news/2020/07 -->
+		
+    	
+        
+    	<a href="/community" class=" nav-items">Community</a>
+    
+		
+    	
+        
+        
+		<!-- /apache || /news/2020/07 -->
+		
+    	
+        
+    	<a href="/apache" class=" nav-items">Apache</a>
+    
+    </div>
+    <div class="nav-container  ">
+        <a href="https://github.com/apache/wicket" target="_blank"><i class="fa fa-github nav-items"></i></a>
+        <a href="https://twitter.com/apache_wicket" target="_blank"><i class="fa fa-twitter nav-items"></i></a>
+        <a href="https://builtwithwicket.tumblr.com" target="_blank"><i class="fa fa-tumblr nav-items"></i></a>
+    </div>    
+</nav>
+        
+    </div>
+</div>
+<main>
+    <div class="l-container">
+        <header class="l-full preamble">
+            <h1>Monthly archive for July 2020</h1>
+            
+            
+            
+        </header>
+        <div class="l-flex"> 
+	        <div class="l-two-third">
+	        
+<div class="news">
+	<h3>Announcing Apache Wicket 9: get into the modern Java world!</h3>
+  <p><small>15 Jul 2020</small></p>
+	<p>The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across...</p>
+	<a href="/news/2020/07/15/wicket-9-released.html">more</a></li>
+</div>
+
+
+	        </div>
+	        <div class="l-one-third">
+	        
+	            
+	            <h2>2020</h2>
+	            <ul>
+	            <li><a href="/news/2020">All of 2020</a></li>
+	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
+	            <li><a href="/news/2020/04">April</a></li>
+	            
+	            <li><a href="/news/2020/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2019</h2>
+	            <ul>
+	            <li><a href="/news/2019">All of 2019</a></li>
+	            
+	            <li><a href="/news/2019/09">September</a></li>
+	            
+	            <li><a href="/news/2019/06">June</a></li>
+	            
+	            <li><a href="/news/2019/05">May</a></li>
+	            
+	            <li><a href="/news/2019/04">April</a></li>
+	            
+	            <li><a href="/news/2019/02">February</a></li>
+	            
+	            <li><a href="/news/2019/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2018</h2>
+	            <ul>
+	            <li><a href="/news/2018">All of 2018</a></li>
+	            
+	            <li><a href="/news/2018/12">December</a></li>
+	            
+	            <li><a href="/news/2018/11">November</a></li>
+	            
+	            <li><a href="/news/2018/09">September</a></li>
+	            
+	            <li><a href="/news/2018/05">May</a></li>
+	            
+	            <li><a href="/news/2018/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2017</h2>
+	            <ul>
+	            <li><a href="/news/2017">All of 2017</a></li>
+	            
+	            <li><a href="/news/2017/10">October</a></li>
+	            
+	            <li><a href="/news/2017/09">September</a></li>
+	            
+	            <li><a href="/news/2017/08">August</a></li>
+	            
+	            <li><a href="/news/2017/07">July</a></li>
+	            
+	            <li><a href="/news/2017/05">May</a></li>
+	            
+	            <li><a href="/news/2017/03">March</a></li>
+	            
+	            <li><a href="/news/2017/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2016</h2>
+	            <ul>
+	            <li><a href="/news/2016">All of 2016</a></li>
+	            
+	            <li><a href="/news/2016/12">December</a></li>
+	            
+	            <li><a href="/news/2016/11">November</a></li>
+	            
+	            <li><a href="/news/2016/10">October</a></li>
+	            
+	            <li><a href="/news/2016/08">August</a></li>
+	            
+	            <li><a href="/news/2016/07">July</a></li>
+	            
+	            <li><a href="/news/2016/05">May</a></li>
+	            
+	            <li><a href="/news/2016/03">March</a></li>
+	            
+	            <li><a href="/news/2016/02">February</a></li>
+	            
+	            <li><a href="/news/2016/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2015</h2>
+	            <ul>
+	            <li><a href="/news/2015">All of 2015</a></li>
+	            
+	            <li><a href="/news/2015/11">November</a></li>
+	            
+	            <li><a href="/news/2015/10">October</a></li>
+	            
+	            <li><a href="/news/2015/07">July</a></li>
+	            
+	            <li><a href="/news/2015/06">June</a></li>
+	            
+	            <li><a href="/news/2015/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2014</h2>
+	            <ul>
+	            <li><a href="/news/2014">All of 2014</a></li>
+	            
+	            <li><a href="/news/2014/11">November</a></li>
+	            
+	            <li><a href="/news/2014/09">September</a></li>
+	            
+	            <li><a href="/news/2014/08">August</a></li>
+	            
+	            <li><a href="/news/2014/06">June</a></li>
+	            
+	            <li><a href="/news/2014/04">April</a></li>
+	            
+	            <li><a href="/news/2014/02">February</a></li>
+	            
+	            <li><a href="/news/2014/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2013</h2>
+	            <ul>
+	            <li><a href="/news/2013">All of 2013</a></li>
+	            
+	            <li><a href="/news/2013/11">November</a></li>
+	            
+	            <li><a href="/news/2013/09">September</a></li>
+	            
+	            <li><a href="/news/2013/08">August</a></li>
+	            
+	            <li><a href="/news/2013/07">July</a></li>
+	            
+	            <li><a href="/news/2013/06">June</a></li>
+	            
+	            <li><a href="/news/2013/05">May</a></li>
+	            
+	            <li><a href="/news/2013/04">April</a></li>
+	            
+	            <li><a href="/news/2013/03">March</a></li>
+	            
+	            <li><a href="/news/2013/02">February</a></li>
+	            
+	            <li><a href="/news/2013/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2012</h2>
+	            <ul>
+	            <li><a href="/news/2012">All of 2012</a></li>
+	            
+	            <li><a href="/news/2012/12">December</a></li>
+	            
+	            <li><a href="/news/2012/11">November</a></li>
+	            
+	            <li><a href="/news/2012/10">October</a></li>
+	            
+	            <li><a href="/news/2012/09">September</a></li>
+	            
+	            <li><a href="/news/2012/08">August</a></li>
+	            
+	            <li><a href="/news/2012/07">July</a></li>
+	            
+	            <li><a href="/news/2012/06">June</a></li>
+	            
+	            <li><a href="/news/2012/05">May</a></li>
+	            
+	            <li><a href="/news/2012/03">March</a></li>
+	            
+	            <li><a href="/news/2012/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2011</h2>
+	            <ul>
+	            <li><a href="/news/2011">All of 2011</a></li>
+	            
+	            <li><a href="/news/2011/11">November</a></li>
+	            
+	            <li><a href="/news/2011/10">October</a></li>
+	            
+	            <li><a href="/news/2011/09">September</a></li>
+	            
+	            <li><a href="/news/2011/08">August</a></li>
+	            
+	            <li><a href="/news/2011/06">June</a></li>
+	            
+	            <li><a href="/news/2011/05">May</a></li>
+	            
+	            <li><a href="/news/2011/04">April</a></li>
+	            
+	            <li><a href="/news/2011/03">March</a></li>
+	            
+	            <li><a href="/news/2011/02">February</a></li>
+	            
+	            <li><a href="/news/2011/01">January</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2010</h2>
+	            <ul>
+	            <li><a href="/news/2010">All of 2010</a></li>
+	            
+	            <li><a href="/news/2010/12">December</a></li>
+	            
+	            <li><a href="/news/2010/11">November</a></li>
+	            
+	            <li><a href="/news/2010/09">September</a></li>
+	            
+	            <li><a href="/news/2010/08">August</a></li>
+	            
+	            <li><a href="/news/2010/05">May</a></li>
+	            
+	            <li><a href="/news/2010/03">March</a></li>
+	            
+	            <li><a href="/news/2010/02">February</a></li>
+	            
+	            </ul>
+	        
+	            
+	            <h2>2009</h2>
+	            <ul>
+	            <li><a href="/news/2009">All of 2009</a></li>
+	            
+	            <li><a href="/news/2009/12">December</a></li>
+	            
+	            <li><a href="/news/2009/10">October</a></li>
+	            
+	            <li><a href="/news/2009/08">August</a></li>
+	            
+	            <li><a href="/news/2009/07">July</a></li>
+	            
+	            </ul>
+	        
+	        </div>
+        </div>
+    </div>
+</main>
+
+        <footer>
+            <div class="l-container">
+    <div class="left">
+        <img src="/img/asf_logo_url.svg" style="height:90px; float:left; margin-right:10px;">
+        <div style="margin-top:12px;">Copyright © 2020 — The Apache Software Foundation. Apache Wicket, Wicket, Apache, the Apache feather logo, and the Apache Wicket project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+    </div>
+</div>
+        </footer>
+    </body>
+</html>
diff --git a/content/news/2020/index.html b/content/news/2020/index.html
index 14f6abf..a36bc95 100644
--- a/content/news/2020/index.html
+++ b/content/news/2020/index.html
@@ -254,6 +254,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>
diff --git a/content/news/index.html b/content/news/index.html
index 5e373fa..942e112 100644
--- a/content/news/index.html
+++ b/content/news/index.html
@@ -125,6 +125,13 @@
   <p>This section contains all news items published in <a href="/news/2020">2020</a>.</p>
 
   <article>
+	<h3 id="/news/2020/07/15/wicket-9-released.html">Announcing Apache Wicket 9: get into the modern Java world!</h3>
+    <small>15 Jul 2020</small>
+	<p>The Apache Wicket project announces the 9th major release of the open source Java web framework servicing websites and applications across the globe since 2004. Built on top of Java 11, this version of Wicket brings web development into the modern Java world, offering a fundamental tool to keep you...
+	<a href="/news/2020/07/15/wicket-9-released.html">more</a></p>
+</article>
+
+  <article>
 	<h3 id="/news/2020/04/24/wicket-8.8.0-released.html">Apache Wicket 8.8.0 released</h3>
     <small>24 Apr 2020</small>
 	<p>The Apache Wicket PMC is proud to announce Apache Wicket 8.8.0! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can find more about Apache Wicket at...
@@ -1779,6 +1786,8 @@
 	            <ul>
 	            <li><a href="/news/2020">All of 2020</a></li>
 	            
+	            <li><a href="/news/2020/07">July</a></li>
+	            
 	            <li><a href="/news/2020/04">April</a></li>
 	            
 	            <li><a href="/news/2020/01">January</a></li>