Skip to content

Commit 87b3880

Browse files
Revert "Remove welcome banner (#681)" (#832)
* Revert "Remove welcome banner (#681)" This reverts commit 44040e2. * Fix text * consistent spacing --------- Co-authored-by: automatic-pr-updater[bot] <217796550+automatic-pr-updater[bot]@users.noreply.github.com>
1 parent 18a8a3c commit 87b3880

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

_includes/welcome_banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<div class="banner">
2-
<p>Joining us in September? Watch our <a href="/welcome">welcome video</a> and <a href="/discord">meet everyone else over on Discord</a>!</p>
2+
<p>Joining us in September? Check out our <a href="/calendar">events calendar</a> and <a href="/discord">meet everyone else over on Discord</a>!</p>
33
</div>

_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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<body>
1616
{% include header.html %}
1717
<main>
18+
{% include welcome_banner.html %}
1819
<div class="post-header">
1920
{% if page.header-image %}
2021
<img class="post-header-image" src="{{ page.header-image | relative_url }}">

0 commit comments

Comments
 (0)