We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc854ed commit 14cbc5aCopy full SHA for 14cbc5a
1 file changed
_includes/nav.html
@@ -7,7 +7,11 @@
7
<span class="icon-bar"></span>
8
9
</button>
10
- <a class="navbar-brand" href="{{ site.url }}">{{ site.title }}</a>
+ {% if site.title-img %}
11
+ <a class="navbar-brand navbar-brand-logo" href="{{ site.url }}"><img src="{{ site.title-img }}"/></a>
12
+ {% else %}
13
+ <a class="navbar-brand" href="{{ site.url }}">{{ site.title }}</a>
14
+ {% endif %}
15
</div>
16
17
<div class="collapse navbar-collapse" id="main-navbar">
0 commit comments