Switch theme to Doks
This commit is contained in:
4
layouts/shortcodes/button-gitea.html
Normal file
4
layouts/shortcodes/button-gitea.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<a class="btn" style="color: white; background-color: {{ .Get "color" }};" href="https://gitea.arsenm.dev/{{ if or (.Get "owner") }}{{ .Get "owner" }}{{ else }}Arsen6331{{ end }}/{{ .Get "project" }}">
|
||||
<span class="iconify" data-icon="cib:gitea"></span>
|
||||
{{ .Get "text" }}
|
||||
</a>
|
||||
Reference in New Issue
Block a user