- {{ post.data.title | markdown("inline") }} -
-{{ post.data.description | markdown("inline") }}
-diff --git a/.nvmrc b/.nvmrc index 209e3ef..2bd5a0a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20 +22 diff --git a/app/assets/application.scss b/app/assets/application.scss new file mode 100644 index 0000000..d58bede --- /dev/null +++ b/app/assets/application.scss @@ -0,0 +1,15 @@ +// Use GOV.UK Frontend components +$_font-family: system-ui, sans-serif; +@use "pkg:govuk-frontend/dist/govuk" with ( + $govuk-global-styles: true, + $govuk-new-organisation-colours: true, + $govuk-new-typography-scale: true, + $govuk-font-family: $_font-family, + $govuk-brand-colour: #2288aa, + $govuk-link-colour: #006688, + $govuk-link-hover-colour: #004466, + $govuk-link-visited-colour: #333366 +); + +// Use GOV.UK Eleventy Plugin components +@use "pkg:@x-govuk/govuk-eleventy-plugin"; diff --git a/app/includes/posts.njk b/app/includes/posts.njk deleted file mode 100644 index bb880a8..0000000 --- a/app/includes/posts.njk +++ /dev/null @@ -1,14 +0,0 @@ -
{{ post.data.description | markdown("inline") }}
-