Skip to content

Commit

Permalink
removing sidebars (earthly#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Gordon Bell authored Apr 30, 2024
1 parent d523491 commit 721fcba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
10 changes: 0 additions & 10 deletions blog/_includes/suggestions_sidebar_left
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,4 @@ Input:
</ul>
</div>
</div>
<div onclick="window.location.href='https://earthly.dev/';" class="group mt-4 p-4 pr-4 pl-4 cursor-pointer bg-slate-50 hover:bg-blue-100">
<header>
<h4 class="font-semibold text-md mb-2">Learn More About Earthly</h4>
</header>
<div class="">
<p class="prose">
Earthly makes builds super simple. <a href="https://earthly.dev/">Learn More</a>
</p>
</div>
</div>
{% endif %}
19 changes: 0 additions & 19 deletions blog/_includes/suggestions_sidebar_right
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,3 @@ Input:
</div>
{% endif %}
{% endunless page.sidebar.nav %}

{% comment %}
########################
Non-Inverted Learn More
########################
{% endcomment %}

{% unless include.invert == true %}
<div onclick="window.location.href='https://earthly.dev/';" class="group mt-4 p-4 pr-4 pl-4 cursor-pointer bg-slate-50 hover:bg-blue-100">
<header>
<h4 class="font-semibold text-md mb-2">Learn More About Earthly</h4>
</header>
<div class="">
<p class="prose">
Earthly makes builds super simple. <a href="https://earthly.dev/">Learn More</a>
</p>
</div>
</div>
{% endunless %}

0 comments on commit 721fcba

Please sign in to comment.