docs: fix #598 github link

This commit is contained in:
Paul Pacheco 2019-03-18 06:51:18 -05:00
parent c1707e5917
commit 672711637f
2 changed files with 1 additions and 9 deletions

View File

@ -29,9 +29,6 @@ plugins:
- jekyll-feed
- jekyll-sitemap
links:
- github: vis2k/Mirror
# A list of the pages to display in the navigation bar
header_pages:

View File

@ -15,14 +15,9 @@
<a class="nav-link" href="{{'/'' | relative_url}}">Home <span class="sr-only">(current)</span></a>
</li>
<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>
</ul>
</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>