diff options
Diffstat (limited to 'templates/includes/book/summary.html')
-rw-r--r-- | templates/includes/book/summary.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/book/summary.html b/templates/includes/book/summary.html index 99c226c..52eeb2f 100644 --- a/templates/includes/book/summary.html +++ b/templates/includes/book/summary.html @@ -4,7 +4,7 @@ <a href="{{ basePath }}/README.html">Introduction</a> </li> <li> - <a href="https://github.com/{{ owner }}" target="blank">About the author</a> + <a href="https://github.com/{{ githubAuthor }}" target="blank">About the author</a> </li> <li class="divider"></li> {% for item in summary.chapters %} |