Skip to content

Commit

Permalink
Use post layout in post, not base
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-horton-ho-sas committed Jan 3, 2025
1 parent a73aa62 commit 73efd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/layouts/post.njk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/base.njk" %}
{% extends "../../node_modules/@x-govuk/govuk-eleventy-plugin/layouts/post.njk" %}

{% block beforeContent %}
{% if phaseBannerConfiguration %}
Expand Down

0 comments on commit 73efd8a

Please sign in to comment.