From 79e1e5bc763e00ae9552066299770215173e7502 Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Mon, 4 Mar 2024 16:07:03 +0000 Subject: [PATCH] Add more to content section --- layouts/layout-example-site.njk | 2 +- src/content/index.md | 2 +- src/content/style-guide/index.md | 11 +++++++++++ 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 src/content/style-guide/index.md diff --git a/layouts/layout-example-site.njk b/layouts/layout-example-site.njk index 4b94447..84a3ed4 100644 --- a/layouts/layout-example-site.njk +++ b/layouts/layout-example-site.njk @@ -18,7 +18,7 @@ {% block content %}
-
+
{{ contents | safe }}
diff --git a/src/content/index.md b/src/content/index.md index 30e4b70..4a6158b 100644 --- a/src/content/index.md +++ b/src/content/index.md @@ -6,4 +6,4 @@ group: content order: 4 --- -[TODO] +Write content in a consistent and understandable way that makes it easier for users to use your service. diff --git a/src/content/style-guide/index.md b/src/content/style-guide/index.md new file mode 100644 index 0000000..964ea28 --- /dev/null +++ b/src/content/style-guide/index.md @@ -0,0 +1,11 @@ +--- +layout: collection-page.njk +title: Style guide +group: content +--- + +Use the [GOV.UK style guide](https://www.gov.uk/guidance/style-guide) and [GOV.UK content design guidance](https://www.gov.uk/guidance/content-design) as a base. + +## Symbols + +- Use the word "and" instead of using ampersands (&)