Skip to content

Commit 492bc4b

Browse files
committed
fix missing quote
1 parent 5084bd4 commit 492bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: _layouts/contentsidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="inner">
66
<nav>
77
<ul>
8-
<li><a href="{{ "/#intro" | absolute_url }}">Intro</a></li>
8+
<li><a href="{{ "/#intro" | absolute_url }}" >Intro</a></li>
99
<li><a href="{{ "/#feature" | absolute_url }}">Features</a></li>
1010
<li><a href="{{ "/getting-started" | absolute_url }}">Getting Started</a></li>
1111
<li><a href="{{ "/documentation" | absolute_url }}">Documentation</a></li>

0 commit comments

Comments
 (0)