We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a576e22 commit 50abd6dCopy full SHA for 50abd6d
_includes/ball_banner.html
@@ -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
@@ -15,7 +15,7 @@
15
<body>
16
{% include header.html %}
17
<main>
18
- {% include welcome_banner.html %}
+ {% include ball_banner.html %}
19
<div class="post-header">
20
{% if page.header-image %}
21
<img class="post-header-image" src="{{ page.header-image | relative_url }}">
0 commit comments