Skip to content

Commit 50abd6d

Browse files
Add ball banner
1 parent a576e22 commit 50abd6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_includes/ball_banner.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<div class="banner">
2+
<p>CSS Ball tickets are now on sale! Get yours now at <a href="/ball">cssbham.com/ball</a></p>
3+
</div>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616
{% include header.html %}
1717
<main>
18-
{% include welcome_banner.html %}
18+
{% include ball_banner.html %}
1919
<div class="post-header">
2020
{% if page.header-image %}
2121
<img class="post-header-image" src="{{ page.header-image | relative_url }}">

0 commit comments

Comments
 (0)