Skip to content

Commit

Permalink
docs(caching): dummy changes to test caching
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispymm committed Dec 3, 2024
1 parent a024673 commit 5d7232a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/layouts/home.njk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<div class="app-layout__content">
<div class="app-cards">
{% call card({title: "What's new" })%}
{% call card({title: "What's new, pussycat (woah woah)" })%}
<p class="govuk-body">26 November 2024: We’ve archived the <a href="/archive/password-reveal/">password reveal component</a>. We recommend that teams use the <a href="https://design-system.service.gov.uk/components/password-input/">GOV.UK Design System password input</a> instead.</p>
{% endcall %}

Expand Down
2 changes: 2 additions & 0 deletions docs/assets/javascript/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ $(function () {
window.MOJFrontend = MOJFrontend;
customElements.define('moj-menu-toggle', MenuToggle)
customElements.define('moj-collapsible-nav', CollapsibleNav)

alert('hello')
5 changes: 5 additions & 0 deletions docs/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,8 @@ $govuk-assets-path: "../" !default;
@view-transition {
navigation: auto;
}


body {
background: orange;
}

0 comments on commit 5d7232a

Please sign in to comment.