@x-govuk/govuk-eleventy-plugin 6.4.0 → 6.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,7 +16,7 @@
16
16
  </p>
17
17
  {% endif %}
18
18
 
19
- {% if params.date or params.modified or params.authors or params.author %}
19
+ {% if params.date or params.modified or params.authors or params.author or params.tags %}
20
20
  <p class="app-document-header__metadata">
21
21
  {%- if params.authors -%}
22
22
  <span class="govuk-visually-hidden">Posted by</span>
package/layouts/base.njk CHANGED
@@ -41,7 +41,7 @@
41
41
  {% endblock %}
42
42
 
43
43
  {% block head %}
44
- <link rel="stylesheet" href="/assets/govuk.css">
44
+ <link rel="stylesheet" href="{{ "/assets/govuk.css" | canonicalUrl }}">
45
45
  {% for stylesheet in options.stylesheets %}
46
46
  <link rel="stylesheet" href="{{ stylesheet | canonicalUrl }}">
47
47
  {% endfor %}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-govuk/govuk-eleventy-plugin",
3
- "version": "6.4.0",
3
+ "version": "6.4.2",
4
4
  "description": "Write documentation using Markdown and publish it using GOV.UK styles",
5
5
  "keywords": [
6
6
  "govuk",
@@ -83,7 +83,7 @@
83
83
  "eslint-config-prettier": "^9.1.0",
84
84
  "eslint-config-standard": "^17.1.0",
85
85
  "eslint-plugin-import": "^2.29.0",
86
- "eslint-plugin-jsdoc": "^48.0.0",
86
+ "eslint-plugin-jsdoc": "^50.0.0",
87
87
  "eslint-plugin-n": "^16.4.0",
88
88
  "eslint-plugin-prettier": "^5.0.0",
89
89
  "eslint-plugin-promise": "^6.1.0",