1
Fork 0
theorangeone.net-legacy/layouts/shortcodes/repobutton.html

5 lines
178 B
HTML

{{ $repo := default (.Get 0) .Page.Params.repo }}
<a class="btn btn-outline-dark my-2" href="https://github.com/{{ $repo }}">
<i class="fa fa-github"></i> View on GitHub
</a>