1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-15 14:47:53 +02:00

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

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>