Fix back button showing up on home (#1835)

This commit is contained in:
Ben Adrian Sarmiento 2022-05-21 02:04:40 +02:00 committed by GitHub
parent b86ebd8968
commit 994a66d843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Params:
{% 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>