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

6 lines
178 B
HTML
Raw Normal View History

2017-12-27 19:21:50 +00:00
{{ $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>