Skip to content

Commit 9b3a34d

Browse files
committed
call new html
1 parent 74056c9 commit 9b3a34d

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

_layouts/container-default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
{% include head.html %}
44
<body class="static-text">
5+
{% include gov-banner.html %}
56
{% include header.html %}
67
{% include layout/hero.html title=page.title tag='h1' %}
78
<main class="container">

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
{% include head.html %}
44
<body class="static-text">
5+
{% include gov-banner.html %}
56
{% include header.html %}
67
{% include layout/hero.html title=page.title tag='h1' %}
78
<div class="container">

_layouts/project-index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
{% include head.html %}
44
<body class="static-text">
5+
{% include gov-banner.html %}
56
{% include header.html %}
67
<main>
78
{{ content }}

_layouts/redirect.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta http-equiv="refresh" content="1;url={{ page.redirect }}"/>
55
<link rel="canonical" href="{{ page.redirect }}"/>
66
<body class="static-text">
7+
{% include gov-banner.html %}
78
{% include header.html %}
89
{% include layout/hero.html title=page.title tag='h1' %}
910
<main class="container">

0 commit comments

Comments
 (0)