Skip to content

Commit

Permalink
Fix back button showing up on home (rstacruz#1835)
Browse files Browse the repository at this point in the history
  • Loading branch information
yowmamasita authored May 21, 2022
1 parent b86ebd8 commit 994a66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/2017/top-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% endcomment %}
<nav class='top-nav' data-js-no-preview role='navigation'>
<div class='container'>
{% unless include.page.noback %}
{% unless include.noback %}
<div class='left'>
<a class='home back-button' href='{{base}}'></a>
</div>
Expand Down

0 comments on commit 994a66d

Please sign in to comment.