Skip to content

Commit 1a32d44

Browse files
Revert "Remove welcome banner (#681)"
This reverts commit 44040e2.
1 parent 941db65 commit 1a32d44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_layouts/page.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
{% include header.html %}
4040

4141
<main>
42+
{% include welcome_banner.html %}
4243
{{ content }}
4344
</main>
4445

_layouts/post.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<body>
1616
{% include header.html %}
1717
<main>
18+
19+
{% include welcome_banner.html %}
20+
1821
<div class="post-header">
1922
{% if page.header-image %}
2023
<img class="post-header-image" src="{{ page.header-image | relative_url }}">

0 commit comments

Comments
 (0)