We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19a270 commit f33bdd3Copy full SHA for f33bdd3
_data/links.yml
@@ -1,10 +1,3 @@
1
-- type: divider
2
- text: "Hoodies"
3
-
4
-- text: Get a CSS Hoodie
5
- url: /hoodies
6
- image: /assets/images/singular_hoodie.png
7
8
- type: divider
9
text: "General"
10
_layouts/page.html
@@ -39,8 +39,6 @@
39
{% include header.html %}
40
41
<main>
42
- {% include hoodies_banner.html %}
43
44
{{ content }}
45
</main>
46
_layouts/post.html
@@ -15,8 +15,6 @@
15
<body>
16
17
18
19
20
<div class="post-header">
21
{% if page.header-image %}
22
<img class="post-header-image" src="{{ page.header-image | relative_url }}">
0 commit comments