_includes: masthead: Don't use the default masthead title
This commit is contained in:
parent
91dcf9daa6
commit
b16fafab4f
1 changed files with 4 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue