This repository has been archived on 2022-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
arsenm-dev-site/layouts/shortcodes/button-gitlab.html

5 lines
236 B
HTML
Raw Normal View History

2021-01-31 08:54:37 +00:00
<a class="btn" style="color: white; background-color: {{ .Get "color" }};" href="https://www.gitlab.com/moussaelianarsen/{{ .Get "project" }}">
<span class="iconify" data-icon="fa-brands:gitlab"></span>
2021-01-31 23:45:20 +00:00
&nbsp;{{ .Get "text" }}
2021-01-31 08:54:37 +00:00
</a>