-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3753 from ONSdigital/feature-site-example-of-bann…
…er-revamp Override dev-disclaimer to hardcode the banner
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{% unless site.disclaimer.hidden %} | ||
<div class="container"> | ||
<div class="disclaimer-alert"> | ||
<p><strong class="phase-tag">{{ site.disclaimer.phase | default: page.t.header.alpha | t }}</strong> | ||
Your feedback will help us continue to improve the site. Complete the short survey to share your thoughts. | ||
{% include components/dev-disclaimer-custom.html %} | ||
</p> | ||
<p> | ||
<strong> | ||
Since September 2023 we have <a href="https://www.ons.gov.uk/aboutus/whatwedo/statistics/changestoourpublicationsandactivities">paused</a> | ||
the uploading of data reported on this site. However, the hyperlinks for the indicator data sources could be used to see where the data is | ||
published and whether newer data will become available in future. You can also find up to date SDG data on the | ||
<a href="https://unstats.un.org/sdgs/dataportal/">UN SDG website</a> which reports globally comparable data. | ||
</strong> | ||
</p> | ||
</div> | ||
</div> | ||
{% endunless %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters