_includes: masthead: Don't use the default masthead title

This commit is contained in:
lifehackerhansol 2024-01-13 10:08:56 -08:00
parent 91dcf9daa6
commit b16fafab4f
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -7,10 +7,14 @@
{% unless logo_path == empty %}
<a class="site-logo" href="{{ '/' | relative_url }}"><img src="{{ logo_path | relative_url }}" alt="{{ site.masthead_title | default: site.title }}"></a>
{% endunless %}
<!-- hacks-guide change start: disable default masthead title -->
<!--
<a class="site-title" href="{{ '/' | relative_url }}">
{{ site.masthead_title | default: site.title }}
{% if site.subtitle %}<span class="site-subtitle">{{ site.subtitle }}</span>{% endif %}
</a>
-->
<!-- hacks-guide change end -->
<ul class="visible-links">
{%- for link in site.data.navigation.main -%}
<li class="masthead__menu-item">