Skip to content

Commit

Permalink
Add sub-page and links
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Oct 3, 2024
1 parent fa7d2a5 commit 0fbbb49
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/data/landing_page_content_items/landing_page.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ blocks:
<li>What?</li>
<li>When?</li>
</ul>
<a href="/landing-page/sub-page-1">Visit sub-page 1</a>
- type: tabs
id: landing-pages-item-selector
tab_items:
Expand Down
5 changes: 5 additions & 0 deletions lib/data/landing_page_content_items/sub_page_1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blocks:
- type: govspeak
content: |
<h2>Sub Page 1</h2>
<a href="/landing-page">Back to main landing page</a>

0 comments on commit 0fbbb49

Please sign in to comment.