From 276e8cb7d4fc466f073d60110aa41cc45567fafc Mon Sep 17 00:00:00 2001 From: Tom Macwright Date: Fri, 21 Apr 2017 18:09:25 -0400 Subject: [PATCH] fix(html output): Fix github links in HTML output Fixes #738 --- default_theme/section._ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default_theme/section._ b/default_theme/section._ index a7158640f..8228331c7 100644 --- a/default_theme/section._ +++ b/default_theme/section._ @@ -8,8 +8,8 @@ <% } %> <% if (section.context && section.context.github) { %> - - <%= section.context.path %> + + <%= section.context.github.path %> <% } %>