Skip to content

Change text bar without affect tabs #7378

Closed Answered by kamilkrzyskow
mer0x asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @mer0x,
the value in the browser tab comes from the title tag in the head part of the page, like in all other websites:

<!-- Site title -->
{% block htmltitle %}
{% if page.meta and page.meta.title %}
<title>{{ page.meta.title }} - {{ config.site_name }}</title>
{% elif page.title and not page.is_homepage %}
<title>{{ page.title | striptags }} - {{ config.site_name }}</title>
{% else %}
<title>{{ config.site_name }}</title>
{% endif %}
{% endblock %}

The value next to the logo in the header can change based on the scroll and heading:

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@kamilkrzyskow
Comment options

@mer0x
Comment options

@kamilkrzyskow
Comment options

@kamilkrzyskow
Comment options

@mer0x
Comment options

Answer selected by kamilkrzyskow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants