diff options
Diffstat (limited to 'templates/includes/book/summary.html')
-rw-r--r-- | templates/includes/book/summary.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/includes/book/summary.html b/templates/includes/book/summary.html index c3ab46d..d74fb18 100644 --- a/templates/includes/book/summary.html +++ b/templates/includes/book/summary.html @@ -1,13 +1,13 @@ <div class="book-summary"> <ul class="summary"> <li> - <a href="https://github.com/{{ githubAuthor }}" target="blank">About the author</a> + <a href="{{ githubHost }}{{ githubAuthor }}" target="blank">About the author</a> </li> <li> - <a href="https://github.com/{{ githubId }}/issues" target="blank">Questions and Issues</a> + <a href="{{ githubHost }}{{ githubId }}/issues" target="blank">Questions and Issues</a> </li> <li> - <a href="https://github.com/{{ githubId }}/edit/master/{{ _input }}" target="blank">Edit and Contribute</a> + <a href="{{ githubHost }}{{ githubId }}/edit/master/{{ _input }}" target="blank">Edit and Contribute</a> </li> <li class="divider"></li> <li data-level="0"> @@ -40,4 +40,4 @@ </li> {% endfor %} </ul> -</div>
\ No newline at end of file +</div> |