Lighten repo button
This commit is contained in:
parent
f299250ec1
commit
d7ecb0c6b4
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{{ $repo := default (.Get 0) .Page.Params.repo }}
|
{{ $repo := default (.Get 0) .Page.Params.repo }}
|
||||||
|
|
||||||
<a class="btn btn-outline-dark my-2" href="https://github.com/{{ $repo }}">
|
<a class="btn btn-outline-light my-2" href="https://github.com/{{ $repo }}">
|
||||||
<i class="fab fa-github"></i> View on GitHub
|
<i class="fab fa-github"></i> View on GitHub
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue