-
Notifications
You must be signed in to change notification settings - Fork 262
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
Option to skip top-of page H1 link with site URL #40
Comments
I believe this was discussed in #21. According to this comment, the initial title heading is removed if you specify the following in name: Site name that appears as HTML “title”
title: null |
@seshrs thanks for the info - I think I just created a duplicate. However - will |
You're right, adding |
Do you know which part of the layout is responsible for this in the repo?
Сould not code responsible for <title> tag
|
@epogrebnyak like you mentioned, the |
Maybe make a PR for README.md that has advice about avoiding the top header? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
By default the Premier theme adds an H1 link with site URL on top of page. I believe the code below is responsible for this behaviour:
I would like to find out how can top-of page link can be switched off.
My initial idea is forking a repo and deleting the code above from template. I would like to learn how can add and extra custom variable in
_config.yaml
to make H1 with URL disappear.I think the code will look like:
My qustion is how can I introduce
must_show
or similar in_config.yaml
The text was updated successfully, but these errors were encountered: