We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941db65 commit 1a32d44Copy full SHA for 1a32d44
_layouts/page.html
@@ -39,6 +39,7 @@
39
{% include header.html %}
40
41
<main>
42
+ {% include welcome_banner.html %}
43
{{ content }}
44
</main>
45
_layouts/post.html
@@ -15,6 +15,9 @@
15
<body>
16
17
18
+
19
20
21
<div class="post-header">
22
{% if page.header-image %}
23
<img class="post-header-image" src="{{ page.header-image | relative_url }}">
0 commit comments