mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
docs: fix #598 github link
This commit is contained in:
parent
c1707e5917
commit
672711637f
@ -29,9 +29,6 @@ plugins:
|
|||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
|
|
||||||
links:
|
|
||||||
- github: vis2k/Mirror
|
|
||||||
|
|
||||||
# A list of the pages to display in the navigation bar
|
# A list of the pages to display in the navigation bar
|
||||||
header_pages:
|
header_pages:
|
||||||
|
|
||||||
|
@ -15,14 +15,9 @@
|
|||||||
<a class="nav-link" href="{{'/'' | relative_url}}">Home <span class="sr-only">(current)</span></a>
|
<a class="nav-link" href="{{'/'' | relative_url}}">Home <span class="sr-only">(current)</span></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="https://github.com/{{ site.links.github }}">Github</a>
|
<a class="nav-link" href="https://github.com/{{site.repository}}">Github</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
|
||||||
<a class="navbar-brand" rel="author" href="{{ "/" | relative_url }}">{{ site.title | escape }}</a>
|
|
||||||
|
|
||||||
<a href="https://github.com/{{ site.links.github }}" class="btn btn-link"><i class="fas fa-github"></i>Github</a>
|
|
||||||
-->
|
|
||||||
|
|
||||||
</header>
|
</header>
|
Loading…
Reference in New Issue
Block a user