We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a15b071 commit 9554b2fCopy full SHA for 9554b2f
default_theme/section._
@@ -8,8 +8,8 @@
8
</h3>
9
<% } %>
10
<% 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>
+ <a class='fr fill-darken0 round round pad1x quiet h5' href='<%= section.context.github.url %>'>
+ <span><%= section.context.github.path %></span>
13
</a>
14
15
</div>
0 commit comments