Skip to content

Commit

Permalink
Merge pull request #4045 from alphagov/fix-archive-page-post-link-whi…
Browse files Browse the repository at this point in the history
…tespace

Fix extra whitespace around link to National Archives
  • Loading branch information
romaricpascal authored Aug 16, 2024
2 parents 2659789 + 3748a8d commit b56ee43
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions views/layouts/layout-archived.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

<div class="app-prose-scope">
{{ contents | safe}}

<p>
You can also <a href="https://webarchive.nationalarchives.gov.uk/*/https://design-system.service.gov.uk/{{ permalink }}">
check for previous versions of this page in the UK Government Web Archive
</a>.
You can also
<a
href="https://webarchive.nationalarchives.gov.uk/*/https://design-system.service.gov.uk/{{ permalink }}"
>check for previous versions of this page in the UK Government Web Archive</a>.
</p>
</div>
</div>
Expand Down

0 comments on commit b56ee43

Please sign in to comment.