diff options
Diffstat (limited to 'theme/templates/includes/book/summary.html')
-rw-r--r-- | theme/templates/includes/book/summary.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/templates/includes/book/summary.html b/theme/templates/includes/book/summary.html index 485b2ef..cbed38c 100644 --- a/theme/templates/includes/book/summary.html +++ b/theme/templates/includes/book/summary.html @@ -3,6 +3,7 @@ <input type="text" placeholder="Search" class="form-control" /> </div> <ul class="summary"> + {% if githubId %} <li> <a href="{{ githubHost }}{{ githubAuthor }}" target="blank">About the author</a> </li> @@ -13,6 +14,7 @@ <a href="{{ githubHost }}{{ githubId }}/edit/master/{{ _input }}" target="blank">Edit and Contribute</a> </li> <li class="divider"></li> + {% endif %} <li data-level="0" data-path="index.html"> <a href="{{ basePath }}/"><i class="fa fa-check"></i> Introduction</a> </li> |