You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I created a new default.html in _includes directory.
I commented the <h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1> becasue I do not want the title of my project on my default layout.
However, this does not work.
Also, when I created _navigation.html in the _includes directory and called it in my customized default.html, nothing happens. What am I doing wrong? (I found a workaround for it and added custom navigation links on custom-head.html, but not really happy with it)
Can anyone help me navigating with these issues and facilitate customizing the slate theme?
The text was updated successfully, but these errors were encountered:
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.
Hi,
I created a new
default.html
in_includes
directory.I commented the
<h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1>
becasue I do not want the title of my project on my default layout.However, this does not work.
Also, when I created
_navigation.html
in the_includes
directory and called it in my customizeddefault.html
, nothing happens. What am I doing wrong? (I found a workaround for it and added custom navigation links oncustom-head.html
, but not really happy with it)Can anyone help me navigating with these issues and facilitate customizing the slate theme?
The text was updated successfully, but these errors were encountered: