Skip to content

Commit 9554b2f

Browse files
authored
fix(html output): Fix github links in HTML output (#745)
Fixes #738
1 parent a15b071 commit 9554b2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default_theme/section._

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</h3>
99
<% } %>
1010
<% if (section.context && section.context.github) { %>
11-
<a class='fr fill-darken0 round round pad1x quiet h5' href='<%= section.context.github %>'>
12-
<span><%= section.context.path %></span>
11+
<a class='fr fill-darken0 round round pad1x quiet h5' href='<%= section.context.github.url %>'>
12+
<span><%= section.context.github.path %></span>
1313
</a>
1414
<% } %>
1515
</div>

0 commit comments

Comments
 (0)