Add hyperlink to github repo below img of tree
in sidebar, as suggested in https://github.com/tree-sitter/tree-sitter/issues/508
This commit is contained in:
parent
de8e3ee188
commit
3dafb373a8
2 changed files with 8 additions and 1 deletions
|
|
@ -21,7 +21,8 @@
|
|||
<div id="sidebar">
|
||||
<nav id="table-of-contents">
|
||||
<a class="logo table-of-contents-section" href="https://github.com/tree-sitter/tree-sitter">
|
||||
<img src="{{ '/assets/images/tree-sitter-small.png' | relative_url }}" width=200 height=200 />
|
||||
<img title="Tree-sitter logo, link to github repo" src="{{ '/assets/images/tree-sitter-small.png' | relative_url }}" width=200 height=200 />
|
||||
<span class="github-repo">GitHub repository</span>
|
||||
</a>
|
||||
|
||||
{% for other_page in site.html_pages %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue