Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions _data/links.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
- type: divider
text: "Hoodies"

- text: Get a CSS Hoodie
url: /hoodies
image: /assets/images/singular_hoodie.png

- type: divider
text: "General"

Expand Down
2 changes: 0 additions & 2 deletions _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
{% include header.html %}

<main>
{% include hoodies_banner.html %}

{{ content }}
</main>

Expand Down
2 changes: 0 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
<body>
{% include header.html %}
<main>
{% include hoodies_banner.html %}

<div class="post-header">
{% if page.header-image %}
<img class="post-header-image" src="{{ page.header-image | relative_url }}">
Expand Down
Loading