diff --git a/_layouts/index.html b/_layouts/index.html
index 24b780435..36b4eeb14 100644
--- a/_layouts/index.html
+++ b/_layouts/index.html
@@ -8,7 +8,18 @@
{% assign latestRelease = site.data.releases[site.current_release_index] %}
WildFly
A powerful, modular, & lightweight application server that helps you build amazing applications.
- Now available: WildFly {{latestRelease.version_shortname}}
+
+ {% for link in latestRelease.link %}
+ {% if link.name == "Release Notes" %}
+ {% for item in link.items %}
+ {% if item.format == "Notes" %}
+ {% assign releaseNoteLink = item.url %}
+ {% endif %}
+ {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+