Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting a slightly more obvious method to disable the logoMark #259

Open
boastful-inaba opened this issue Jan 31, 2021 · 1 comment
Open

Comments

@boastful-inaba
Copy link

Currently if you attempt to make the logoMark blank with
logoMark = ""
it will display a > instead
The way to make the logoMark disappear currently is instead put the line
logoMark = " "
to make the logoMark a space.
It would be nice if there was a boolean like the logoCursorDisabled, but for the logoMark - logoMarkDisabled perhaps.

@ghost
Copy link

ghost commented Mar 13, 2021

The code is on layouts/partials/logo.html

On line 8 - 12 thats the code, you can comment that span code or just delete instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant