diff --git a/packages/nuejs.org/docs/page-layout.md b/packages/nuejs.org/docs/page-layout.md
index 89683d68..b20f3e01 100644
--- a/packages/nuejs.org/docs/page-layout.md
+++ b/packages/nuejs.org/docs/page-layout.md
@@ -114,7 +114,7 @@ Now our website has a new `header` element nested directly under the `body`. It
DocumentationBlogAbout
-
+
@@ -277,7 +277,7 @@ This generates the following HTML:
Link 1 textLink 2 text
...
-
+
```
#### Nav items
@@ -385,8 +385,12 @@ This will generate the following:
More
+
```
The standard [aria-haspopup](//developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-haspopup) and [aria-expanded](//developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded) roles can be used on your CSS to implement the dropdown behavior.